A simple Github App to check pull request and merge them automatically
-
Add a .pem file for Github API usage
-
Add an .env file or the env variables for:
WEBHOOK_SECRET=<GIthub App Webhook secret>
APP_ID=<Github App ID>
NODE_ENV=production
PRIVATE_KEY_PATH=<path to .pem file for Github Api authentication>
GitHub status check that ensures your pull requests follow the Conventional Commits spec
Using semantic-release and conventional commit messages? Install this Probot app on your repos to ensure your pull requests are semantic before you merge them.