Skip to content

Commit

Permalink
chore: fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 24, 2022
1 parent c0ee098 commit aad31ab
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,80 +1,80 @@
- name: blocked
color: fc1423
color: 'fc1423'
- name: bug:confirmed
color: d73a4a
color: 'd73a4a'
- name: bug:unverified
color: f9d0c4
color: 'f9d0c4'
- name: chore
color: ffffff
color: 'ffffff'
- name: ci
color: 0075ca
color: '0075ca'
- name: dependencies
color: 276bd1
color: '276bd1'
- name: discordjs
color: 5663e9
color: '5663e9'
- name: discussion
color: b6b1f9
color: 'b6b1f9'
- name: documentation
color: 0075ca
color: '0075ca'
- name: duplicate
color: cfd3d7
color: 'cfd3d7'
- name: error handling
color: ffff00
color: 'ffff00'
- name: feature
color: ffff00
color: 'ffff00'
- name: hacktoberfest-accepted
color: EE4700
color: 'EE4700'
- name: has PR
color: 4b1f8e
color: '4b1f8e'
- name: help wanted
color: '008672'
- name: in progress
color: ffccd7
color: 'ffccd7'
- name: in review
color: aed5fc
color: 'aed5fc'
- name: invalid
color: e4e669
color: 'e4e669'
- name: need repro
color: c66037
color: 'c66037'
- name: needs rebase & merge
color: 24853c
color: '24853c'
- name: packages:api
color: fbca04
color: 'fbca04'
- name: packages:editable-commands
color: fbca04
color: 'fbca04'
- name: packages:hmr
color: fbca04
color: 'fbca04'
- name: packages:i18next
color: fbca04
color: 'fbca04'
- name: packages:logger
color: fbca04
color: 'fbca04'
- name: packages:pattern-commands
color: fbca04
color: 'fbca04'
- name: packages:scheduled-tasks
color: fbca04
color: 'fbca04'
- name: packages:subcommands
color: fbca04
color: 'fbca04'
- name: performance
color: 80c042
color: '80c042'
- name: priority:critical
color: b60205
color: 'b60205'
- name: priority:high
color: fc1423
color: 'fc1423'
- name: question (please use Discord instead)
color: d876e3
color: 'd876e3'
- name: refactor
color: 1d637f
color: '1d637f'
- name: regression
color: ea8785
color: 'ea8785'
- name: semver:major
color: c10f47
color: 'c10f47'
- name: semver:minor
color: e4f486
color: 'e4f486'
- name: semver:patch
color: e8be8b
color: 'e8be8b'
- name: tests
color: f06dff
color: 'f06dff'
- name: typings
color: 80c042
color: '80c042'
- name: wontfix
color: ffffff
color: 'ffffff'

0 comments on commit aad31ab

Please sign in to comment.