From f9a11b2481da0aa7b3c8bacdd9736569cd7bb99b Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Wed, 22 Jul 2020 21:13:24 +0200 Subject: [PATCH] chore: fix labels --- .github/labels.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/labels.yml b/.github/labels.yml index 6fdf9a88c..c78a9df90 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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