Skip to content

Commit 9c39443

Browse files
ci: Add labels
1 parent 2a89bf5 commit 9c39443

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/settings.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
labels:
2+
- name: "Type: CI"
3+
color: 54b2ff
4+
description: A problem or enhancement related to continuous integration.
5+
26
- name: "Type: Breaking"
37
color: a90000
48
description: A problem or enhancement related to a breaking change.
@@ -86,3 +90,24 @@ labels:
8690
- name: "Skip-Changelog"
8791
color: AEB1C2
8892
description: Skip changelog in release tag
93+
94+
- name: "help wanted"
95+
color: 008672
96+
description: Help wanted
97+
98+
- name: "CI: Template Sync"
99+
color: AEB1C2
100+
description: Sync with upstream template
101+
102+
- name: "Scope: Core"
103+
color: F9D0C4
104+
description: A change that affects the core of thread
105+
106+
- name: "Scope: Decorator"
107+
color: F9D0C4
108+
description: A change that affects decorators
109+
110+
- name: "Scope: Utils"
111+
color: 9BD0E6
112+
description: A change that affects utilities or configuration
113+

0 commit comments

Comments
 (0)