git-bob
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: git-bob | ||
| Version: 0.23.0 | ||
| Version: 0.23.1 | ||
| Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/haesleinhuepf/git-bob |
| Metadata-Version: 2.4 | ||
| Name: git-bob | ||
| Version: 0.23.0 | ||
| Version: 0.23.1 | ||
| Summary: git-bob uses AI to solve Github-issues. It runs inside the Github CI, no need to install anything on your computer. | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/haesleinhuepf/git-bob |
@@ -1,2 +0,2 @@ | ||
| __version__ = "0.23.0" | ||
| __version__ = "0.23.1" | ||
@@ -3,0 +3,0 @@ |
@@ -616,2 +616,3 @@ # This file contains utility functions using the github API via github-python: | ||
| repo = get_repository_handle(repository) | ||
| access_token = os.getenv('GITHUB_API_KEY') | ||
@@ -623,3 +624,4 @@ pull_request = repo.get_pull(pull_request) | ||
| # read the content of a url | ||
| response = requests.get(pull_request.diff_url) | ||
| headers = {'Authorization': f'token {access_token}'} | ||
| response = requests.get(pull_request.diff_url, headers=headers) | ||
| if response.status_code == 200: | ||
@@ -626,0 +628,0 @@ # Return the content of the website |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
293136
0.04%3764
0.05%