Skip to content

Latest commit

 

History

History
 
 

mergeable

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Node.js app written in TypeScript to check the open PRs of a github repository and ping slack if they're deemed unmergable.

Usage

Create a secrets.json in the root with the following structure:

{
  "gitHub": {
    "token": "",
    "repoOwner": "",
    "repoName": ""
  },
  "slack": {
    "token": "",
    "recipient": ""
  }
}
npm install
npm run build_run

EZ PZ