We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, this usefully package only works with default base_url for public github instances.
Be able to copy labels between projects of github enterprise instances.
Add an optional parameter "base_url" to pass in the CLI, in order to call Github(token, base_url="https://my_company/api/v3") inside the lib.
Github(token, base_url="https://my_company/api/v3")
PS : I see this repo has no activity for a while, so if somebody can approve a PR and make a release, I can code this change
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue
Currently, this usefully package only works with default base_url for public github instances.
Wanted
Be able to copy labels between projects of github enterprise instances.
Work to do
Add an optional parameter "base_url" to pass in the CLI, in order to call
Github(token, base_url="https://my_company/api/v3")
inside the lib.PS : I see this repo has no activity for a while, so if somebody can approve a PR and make a release, I can code this change
The text was updated successfully, but these errors were encountered: