Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Forked from omegahm/create_labels.sh
Last active June 9, 2017 23:55
Show Gist options
  • Save coryodaniel/526d5abdaa51a5bf6c12957adc9ca95d to your computer and use it in GitHub Desktop.
Save coryodaniel/526d5abdaa51a5bf6c12957adc9ca95d to your computer and use it in GitHub Desktop.
Github Labels
# https://github.com/tonglil/labeler
repo: coryodaniel/my-repo-yo
labels:
#- name: ruby
# color: BFD4F2
- name: elixir
color: BFD4F2
- name: nodejs
color: BFD4F2
#- name: rails
# color: BFD4F2
- name: phoenix
color: BFD4F2
- name: react
color: BFD4F2
- name: bug
color: EE3F46
- name: security
color: EE3F46
- name: production
color: F45D43
- name: chore
color: FEF2C0
- name: legal
color: FFF2C1
- name: copy
color: FFC274
- name: design
color: FFC274
- name: ux
color: FFC274
- name: staging
color: FAD8C7
- name: test
color: FAD8C7
- name: discussion
color: CC317C
- name: rfc
color: CC317C
- name: question
color: CC317C
- name: enhancement
color: 5EBEFF
- name: optimization
color: 5EBEFF
- name: feature
color: 91CA55
- name: started
color: FBCA04
- name: watchlist
color: FBCA04
- name: invalid
color: D2DAE1
- name: wontfix
color: D2DAE1
- name: duplicate
color: D2DAE1
- name: blocked
color: D2DAE1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment