🐍 🤖
I keep your repository configuration up-to-date using 'repo_helper'.
Tests | |
---|---|
Activity | |
QA | |
Other |
repo-helper-bot
can be installed from GitHub.
To install with pip
:
$ python -m pip install git+https://github.com/repo-helper/repo-helper-bot
- Create a GitHub App
- Create Heroku project.
- In the Heroku app's settings, set the following Config Vars:
GITHUBAPP_ID
-- The ID of the GitHub App.GITHUBAPP_KEY
-- The private key of the GitHub App.GITHUBAPP_SECRET
-- The webhook secret of the GitHub App.