Skip to content

Commit 9c5e4a2

Browse files
chore(labels): Remove scoped labels
Ref: #88 Ref: #89
1 parent cc2de51 commit 9c5e4a2

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

Diff for: .github/labeler.yml

-14
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,3 @@ Documentation:
1313
"Type: CI":
1414
- changed-files:
1515
- any-glob-to-any-file: [.github/workflows/**]
16-
17-
"Scope: Core":
18-
- changed-files:
19-
- any-glob-to-any-file: [src/**]
20-
all-globs-to-all-files:
21-
["!src/thread/decorators/*", "!src/thread/utils/*"]
22-
23-
"Scope: Utils":
24-
- changed-files:
25-
- any-glob-to-any-file: ["src/thread/utils/*"]
26-
27-
"Scope: Decorator":
28-
- changed-files:
29-
- any-glob-to-any-file: ["src/thread/decorators/*"]

Diff for: .github/settings.yml

-11
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,4 @@ labels:
9999
color: AEB1C2
100100
description: Sync with upstream template
101101

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
113102

0 commit comments

Comments
 (0)