-
Couldn't load subscription status.
- Fork 86
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Looks like there's not proper handling of instances of GitHub Enterprise Server with regards to authentication and queries against the API. When authenticating to GitHub Enterprise Server installations with github3 you need to specifically use the GitHubEnterprise object and pass in the URL of the server, and then use that for the rest of the calls. Looks like the code in
issue-metrics/issue_metrics.py
Line 116 in 92b849a
| def auth_to_github() -> github3.GitHub: |
GITHUB_SERVER_URL which is already passed into the Docker environment for the action.Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request