Skip to content

A tiny helper to del of label in the github repository

Notifications You must be signed in to change notification settings

Scrum/git-del-repos-labels

Repository files navigation

git-del-repos-labels

A tiny helper to del of label in the github repository

Travis Build StatusCoveralls status

Install

npm install git-del-repos-labels

Usage

import gitDelReposLabels from 'git-del-repos-labels';

gitDelReposLabels({label: {id: 'MDU6TGFiZWwzODg4NTI4Mzc='}, token: '0e8a604e0ee6e2c652b3a93c55dbc440ea6ad4e5'});

will be delete label in repository

API

label

Type: object Required
Default: undefined
Description: label del options {id: string} when {id} are required

token

Type: String Required
Default: undefined
Description: You Github Personal Token. Grab it from your Developer settings

Recommend

About

A tiny helper to del of label in the github repository

Resources

Stars

Watchers

Forks

Packages