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 22, 2020
1 parent 5d3accd commit f9a11b2
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,9 @@
- name: 'Bug: Cannot Reproduce'
description: Issues that report bugs that cannot be reproduced.
color: f9d0c4
- name: 'Bug: Cannot Fix (H&C)'
description: Issues that report bugs that cannot be reproduced.
color: f9d0c4
- name: 'Bug: Cannot Fix (D.JS)'
description: Issues that report bugs that cannot be reproduced.
color: f9d0c4
- name: 'Bug: Fixed in main'
description: Issues that report bugs from stable, but that are fixed in main.
color: B3E88C'
color: b3e88c
- name: 'Bug: Confirmed'
description: Issues that report confirmed bugs.
color: f9d0c4
Expand All @@ -76,9 +70,6 @@
- name: 'Type: Performance'
description: Issues and PRs related to the performance of the api's interface.
color: 1d76db
- name: 'Type: Ribbon Migration'
description: These are issues related to migrating features from Ribbon to Skyra.
color: 1d76db
- name: 'Type: Sharding'
description: Issues and PRs related to sharding.
color: 1d76db
Expand All @@ -100,9 +91,6 @@
- name: 'Status: Ready To Merge'
description: PRs that are ready to merge.
color: 05F541
- name: 'Status: Needs Migration'
description: PRs that need a database migration script.
color: d93f0b
- name: 'Status: Review Ready'
description: PRs that are ready for author review.
color: 05F541
Expand All @@ -117,7 +105,7 @@
color: 128A0C
- name: 'Status: Invalid'
description: Issues that will not be fixed or PRs that will not merge, e.g. due to backwards compatibility.
color: 5319e7
color: 671df0
- name: 'Status: Duplicate'
description: Issues/PRs that are duplicated.
color: d93f0b
Expand Down Expand Up @@ -147,7 +135,7 @@
color: 0e8a16
- name: 'Priority: Kirito Level'
description: Issues/PR's that have a priority so low that even a quantum computer couldn't calculate it.
color: 818181
color: '818181'
- name: 'Priority: Medium'
description: Issues that must be fixed or PRs that must be finished and merged with medium priority.
color: fbca04
Expand Down

0 comments on commit f9a11b2

Please sign in to comment.