Skip to content

Instantly share code, notes, and snippets.

@dperuo
Last active February 12, 2021 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dperuo/ceba1b75252e3a1a5eae2fe91c0c48bb to your computer and use it in GitHub Desktop.
Save dperuo/ceba1b75252e3a1a5eae2fe91c0c48bb to your computer and use it in GitHub Desktop.
# https://github.com/marketplace/actions/github-labeler
# https://ionicframework.com/docs/theming/color-generator
# https://github.com/commitizen/cz-cli
# https://www.rapidtables.com/web/color/index.html
- "name": "BLOCKED"
"description": "Blocked by other pull requests"
"color": "eb445a" # red
- "name": "chore"
"description": "Build process or auxiliary tool changes"
"color": "5260ff" # tertiary
- "name": "ci"
"description": "CI related changes"
"color": "00ffff" # cyan
- "name": "docs"
"description": "Documentation only changes"
"color": "2dd36f" # green
- "name": "feat"
"description": "A new feature"
"color": "3880ff" # primary
- "name": "fix"
"description": "A bug fix"
"color": "ffc409" # yellow
- "name": "perf"
"description": "A code change that improves performance"
"color": "ffb6c1" # lightpink
- "name": "refactor"
"description": "A code change that neither fixes a bug or adds a feature"
"color": "ff8c00" # darkorange
- "name": "release-major"
"description": "Semver major release"
"color": "222428" # dark
- "name": "release-minor"
"description": "Semver minor release"
"color": "92949c" # medium
- "name": "release-patch"
"description": "Semver patch release"
"color": "f4f5f8" # light
- "name": "release-prerelease"
"description": "Semver prerelease release"
"color": "ffffff" # white
- "name": "style"
"description": "Markup, white-space, formatting, missing semi-colons..."
"color": "ff00ff" # magenta
- "name": "test"
"description": "Adding missing tests"
"color": "b22222" # firebrick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment