File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,3 @@ Documentation:
13
13
" Type: CI " :
14
14
- changed-files :
15
15
- 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/*"]
Original file line number Diff line number Diff line change @@ -99,15 +99,4 @@ labels:
99
99
color : AEB1C2
100
100
description : Sync with upstream template
101
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
102
You can’t perform that action at this time.
0 commit comments