0.2.1 • Published 7 years ago

ignore-github-users v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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