/repo-helper-bot

I keep your repository configuration up-to-date using 'repo_helper'.

Primary LanguagePythonMIT LicenseMIT

repo_helper_bot

🐍 🤖

I keep your repository configuration up-to-date using 'repo_helper'.

Tests Linux Test Status Windows Test Status macOS Test Status
Activity GitHub last commit GitHub commits since tagged version Maintenance
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

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

Deploying to Heroku

Deploy
  1. Create a GitHub App
  2. Create Heroku project.
  3. 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.