Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 447 Bytes

File metadata and controls

27 lines (19 loc) · 447 Bytes

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