diff --git a/.github/settings.yml b/.github/settings.yml index e852e7c..b98df6d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,29 +2,29 @@ _extends: private-global-settings labels: - - name: 'bug' - color: 'd73a4a' - description: 'Something isn't working' + - name: "bug" + color: "d73a4a" + description: "Something isn't working" - - name: 'enhancement' - color: 'a2eeef' - description: 'New feature or request' + - name: "enhancement" + color: "a2eeef" + description: "New feature or request" - - name: 'good first issue' - color: '7057ff' - description: 'Good for newcomers' + - name: "good first issue" + color: "7057ff" + description: "Good for newcomers" - - name: 'help wanted' - color: '008672' - description: 'Extra attention is needed' + - name: "help wanted" + color: "008672" + description: "Extra attention is needed" - - name: 'invalid' - color: 'e4e669' - description: 'This doesn't seem right' + - name: "invalid" + color: "e4e669" + description: "This doesn't seem right" - - name: 'wontfix' - color: 'ffffff' - description: 'This will not be worked on' + - name: "wontfix" + color: "ffffff" + description: "This will not be worked on" collaborators: