Skip to content

Commit

Permalink
chore: add repo specific labels
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 24, 2022
1 parent 8a10631 commit c0ee098
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 2 deletions.
80 changes: 80 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
- name: blocked
color: fc1423
- name: bug:confirmed
color: d73a4a
- name: bug:unverified
color: f9d0c4
- name: chore
color: ffffff
- name: ci
color: 0075ca
- name: dependencies
color: 276bd1
- name: discordjs
color: 5663e9
- name: discussion
color: b6b1f9
- name: documentation
color: 0075ca
- name: duplicate
color: cfd3d7
- name: error handling
color: ffff00
- name: feature
color: ffff00
- name: hacktoberfest-accepted
color: EE4700
- name: has PR
color: 4b1f8e
- name: help wanted
color: '008672'
- name: in progress
color: ffccd7
- name: in review
color: aed5fc
- name: invalid
color: e4e669
- name: need repro
color: c66037
- name: needs rebase & merge
color: 24853c
- name: packages:api
color: fbca04
- name: packages:editable-commands
color: fbca04
- name: packages:hmr
color: fbca04
- name: packages:i18next
color: fbca04
- name: packages:logger
color: fbca04
- name: packages:pattern-commands
color: fbca04
- name: packages:scheduled-tasks
color: fbca04
- name: packages:subcommands
color: fbca04
- name: performance
color: 80c042
- name: priority:critical
color: b60205
- name: priority:high
color: fc1423
- name: question (please use Discord instead)
color: d876e3
- name: refactor
color: 1d637f
- name: regression
color: ea8785
- name: semver:major
color: c10f47
- name: semver:minor
color: e4f486
- name: semver:patch
color: e8be8b
- name: tests
color: f06dff
- name: typings
color: 80c042
- name: wontfix
color: ffffff
2 changes: 0 additions & 2 deletions .github/workflows/labelsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout Project
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
repository: 'sapphiredev/readme'
- name: Run Label Sync
uses: crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4
with:
Expand Down

0 comments on commit c0ee098

Please sign in to comment.