🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

remove-github-issue-labels

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-github-issue-labels

A small library that will allow you to remove all the github labels on a specific github issue or PR.

1.1.0
latest
Source
npm
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

Remove Github Issue Labels

A small library that will allow you to remove all the github labels on a specific github issue or PR.

Quick Start

To get up and running quickly, do the following:

  • Install this package
$ npm install remove-github-issue-labels 
  • Run the script
$ remove-github-issue-labels

Command line arguments

$ remove-github-issue-labels -h

Config

github token

  • Get a github api token make sure the repo and or repo:public_repo scope is selected
  • Set the token as an env var (recommended)
    • Env var: GITHUB_TOKEN=123abc
  • You can pass in the token as a command line argument.

user name

  • Set the user name as an env var
    • Env var: GITHUB_USER_OR_ORGANIZATION=12
  • You can pass in the user name as a command line argument

repo name

  • Set the repo name as an env var
    • Env var: GITHUB_REPO=12
  • You can pass in the repo name as a command line argument

issue number

  • Set the token as an env var (recommended)
    • Env var: GITHUB_ISSUE_NUMBER=12
  • You can pass in the issue number as a command line argument

Keywords

github

FAQs

Package last updated on 21 Feb 2016

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