Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit a0d1379

Browse files
authored
Fix label sync (#101)
The colours can't have hashes on
1 parent bd793a0 commit a0d1379

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/labels.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
- name: "A-Timesheet-1"
22
description: "Log any time spent on this into the A-Timesheet-1 project"
3-
color: "#5319E7"
3+
color: "5319E7"
44
- name: "backport staging"
55
description: "Label to automatically backport PR to staging branch"
6-
color: "#B60205"
6+
color: "B60205"
77
- name: "Dependencies"
88
description: "Pull requests that update a dependency file"
9-
color: "#0366d6"
9+
color: "0366d6"
1010
- name: "Sponsored"
11-
color: "#b506d8"
11+
color: "b506d8"
1212
- name: "T-Deprecation"
1313
description: "A pull request that makes something deprecated"
14-
color: "#98e6ae"
14+
color: "98e6ae"
1515
- name: "X-Blocked"
1616
description: "The PR cannot move forward in any capacity until an action is made"
1717
color: "ff7979"
1818
- name: "X-Breaking-Change"
19-
color: "#ff7979"
19+
color: "ff7979"
2020
- name: "X-Upcoming-Release-Blocker"
2121
description: "This does not affect the current release cycle but will affect the next one"
22-
color: "#e99695"
22+
color: "e99695"
2323
- name: "Z-Community-PR"
2424
description: "Issue is solved by a community member's PR"
25-
color: "#ededed"
25+
color: "ededed"
2626
- name: "Z-Experiment"
2727
description: "Experimental PR, primarily up for its Netlify build, high likelihood of never making it beyond here."
28-
color: "#b60205"
28+
color: "b60205"

0 commit comments

Comments
 (0)