Socket
Book a DemoInstallSign in
Socket

drill-sergeant

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drill-sergeant

Notify via email when github pull requests become stale.

latest
Source
npmnpm
Version
3.1.1
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

Drill Sergeant

Build Status

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:

  • Email
  • Slack
  • Github (attaching a stale label to the PR)

Screen shot

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-url

Configuration

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.

Keywords

github

FAQs

Package last updated on 11 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts