ignore-github-users

0.2.1 • Public • Published

ignore-github-users

Build Status npm version

Remove GitHub notifications from specific users

Install

$ npm install --save ignore-github-users

Usage

const ignoreGithubUsers = require('ignore-github-users');
 
ignoreGithubUsers('greenkeeper[bot]');
//=> 'Ignored greenkeeperio-bot'

API

ignoreGithubUsers(input)

input

Type: string, array

The user or users to ignore.

token

Type: token

Your GitHub personal access token. Can be set as $GITHUB_TOKEN in your env.

enterprise

Type: string

The URL for your GitHub enterprise endpoint.

CLI

$ npm install --global ignore-github-users
$ ignore-github-users --help

  Usage
    $ ignore-github-users <input> [opts]

  Options
    -t, --token A token
    -e, --enterprise A different GitHub endpoint

  Examples
    $ ignore-github-users greenkeeper[bot]
    Ignored 3 issues with greenkeeper[bot].
    $ ignore-github-users greenkeeper[bot]
    No notifications from greenkeeper[bot].

Contribute

Please do!

License

MIT © Richard Littauer

Package Sidebar

Install

npm i ignore-github-users

Weekly Downloads

7

Version

0.2.1

License

MIT

Last publish

Collaborators

  • richardlitt