Skip to content

Instantly share code, notes, and snippets.

@d-oit
Last active September 4, 2025 17:24
Show Gist options
  • Save d-oit/c280da85decdb0037d29f776f54b710f to your computer and use it in GitHub Desktop.
Save d-oit/c280da85decdb0037d29f776f54b710f to your computer and use it in GitHub Desktop.
Create Github Labels with GitHub CLI (gh)
gh label create "npm" --description "NPM ecosystem updates" --color cb3837
gh label create "github-actions" --description "GitHub Actions workflow updates" --color 2088ff
gh label create "security" --description "Security-related updates" --color b60205
gh label create "priority-high" --description "High-priority issues" --color e11d48
gh label create "dependencies" --description "For tracking dependency updates" --color 0366d6
@d-oit
Copy link
Author

d-oit commented Jul 14, 2025

Requires: GitHub CLI (gh) and authenticated access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment