Skip to content

christophehurpeau/github-app-autoassign-pr-to-creator

Repository files navigation

github-app-autoassign-pr-to-creator

a GitHub App built with probot that autoassign PR to creator

Github App

https://github.com/apps/autoassign-pr-to-creator

Setup

# Install dependencies
npm install

# Run the bot
npm start

Deploy

now -e APP_ID=aaa \
     -e WEBHOOK_SECRET=bbb \
     -e NODE_ENV=production \
     -e PRIVATE_KEY="$(cat key.pem)" \
     -e LOG_LEVEL=info

About

A Github App that assign newly created PR to its creator

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published