Skip to content

getamis/pr-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Review

A heads up slack bot for reviewing pull requests

Installtion

you need to create two files .env and project.js:

# .env file
SLACK_WEBHOOK="YOUR_SLACK_INCOMING_WEBHOOK"
GITHUB_TOKEN="GITHUB PERSONAL TOKEN"
SLACK_TEXT="fresh pull requests need your review!!"
// project.js
module.exports = [
  { owner: 'getamis', repo: 'pr-review' }
];

then execute npm run deploy to deploy to AWS lambda and done!

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors