Skip to content

Commit

Permalink
Merge pull request #14 from Lctrs/Lctrs-patch-1
Browse files Browse the repository at this point in the history
Remove leading `#` of color labels
  • Loading branch information
Lctrs committed Feb 13, 2020
2 parents f967b9c + da5583a commit 99999a6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/settings.yml
Expand Up @@ -38,27 +38,27 @@ branches:

labels:
- name: "bug"
color: "#ee0701"
color: "ee0701"
description: ""

- name: "dependency"
color: "#0366d6"
color: "0366d6"
description: ""

- name: "enhancement"
color: "#0e8a16"
color: "0e8a16"
description: ""

- name: "question"
color: "#cc317c"
color: "cc317c"
description: ""

- name: "security"
color: "#ee0701"
color: "ee0701"
description: ""

- name: "stale"
color: "#eeeeee"
color: "eeeeee"
description: ""

# https://developer.github.com/v3/repos/#edit
Expand Down

0 comments on commit 99999a6

Please sign in to comment.