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
Like how to mirror the releases of github, I try to add
def giteaCreateRepo(data,isPrivate,isRepository): if isPrivate: data["auth_username"] = config['github']['username'] data["auth_password"] = "{0}".format(config['github']['accesstoken']) if isRepository: data["service"] = 'github' data["wiki"] = True data["releases"] = True data["issues"] = True data["labels"] = True data["pull_requests"] = True data["auth_token"] = "{0}".format(config['github']['accesstoken'])
can you tell me some way?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Like how to mirror the releases of github, I try to add
can you tell me some way?
The text was updated successfully, but these errors were encountered: