You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 16, 2022. It is now read-only.
In conf.yaml we have options like github_token, github_username or clone_url.
Now, when we started to replace Github API calls with ogr. Release bot will be available also for Pagure. What can we do with conf file:
We add new options to the configuration file like pagure_token, pagure_username, github_clone_url and pagure_clone_url.
Or we replace original names just for git_token, git_username, clone_url.
The first one is more obvious. The second one gets rid of redundant options in configuration - one option for Github and Pagure.