Drill Sergeant
Keep track and get notified when github pull requests become stale. This is particularly useful for teams utilizing the github flow. Drillsergeant will send a notify of stale PRs via:
- Slack
- Github (attaching a
stalelabel to the PR)
Install
npm install -g drill-sergeant
Run
This is intended to be run via a crontab or other scheduled task runner.
A typical command line run:
$ GITHUB_TOKEN='<your token here>' drillsergeant -e "youremail@address" -r "user/repository,user/repository2"If you want it to label the PR as stale:
$ drillsergeant -l -r "user/repository"If you want to send it to slack:
$ drillsergeant -r "user/repository" --slack-webhook https://your-slack-channel-webhook-urlConfiguration
The environment variable GITHUB_TOKEN must be set with a valid github oauth token in order to read the pull requests.
For attaching labels, the token needs to have write access to the repo being scanned.
Options
See drillsergeant -h for all available options.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


