Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.04 KB

check-pull-request-app

A simple Github App to check pull request and merge them automatically

Setup

  • 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>

Based on Semantic Pull Requests

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.

Based on automerge

License

Apache 2.0