Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

Version published
Maintainers
1
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc