1.5.3 • Published 12 months ago

github-setter v1.5.3

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

Sync .github folder and Issue labels

Run

pnpm i -g github-setter
gh-setter
# create .github folder
gh-setter --token $GH_TOKEN --owner $GH_OWNER --folder .github

# change labels
gh-setter labels --token $GH_TOKEN --owner $GH_USER

# change branch protection
gh-setter branch protection --token $GH_TOKEN --owner $GH_USER

module

import { GithubCommand } from "github-setter";

Warn

maximum repo update is 100 this might be updated