File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ updates:
5
5
schedule :
6
6
interval : daily
7
7
target-branch : " develop"
8
+ labels :
9
+ - " Continuous Integration"
10
+ - " Dependencies"
8
11
9
12
- package-ecosystem : cargo
10
13
directory : /
11
14
schedule :
12
15
interval : daily
13
16
target-branch : " develop"
17
+ labels :
18
+ - " Build | Project System"
19
+ - " Dependencies"
Original file line number Diff line number Diff line change 39
39
"name" : " Build | Project System" ,
40
40
"color" : " 99AAAA" ,
41
41
"description" : " Compiling and Packaging" ,
42
- "aliases" : []
42
+ "aliases" : [" Rust " ]
43
43
},
44
44
{
45
45
"name" : " Cannot Reproduce" ,
215
215
"description" : " This Looks Good" ,
216
216
"aliases" : []
217
217
},
218
- {
219
- "name" : " Rust" ,
220
- "color" : " 000000" ,
221
- "description" : " Pull requests that update Rust code" ,
222
- "aliases" : []
223
- },
224
218
{
225
219
"name" : " Security" ,
226
220
"color" : " 650606" ,
Original file line number Diff line number Diff line change 1
- name : Manage Labels
1
+ name : Labels
2
2
on :
3
3
workflow_dispatch :
4
4
push :
9
9
10
10
jobs :
11
11
export :
12
+ name : Export Existing Labels
12
13
runs-on : ubuntu-latest
13
14
14
15
steps :
15
16
- id : backup
16
- name : Export Labels to Workflow Artifacts
17
+ name : Export to Workflow Artifact
17
18
uses : EndBug/export-label-config@v1
18
19
19
20
sync :
21
+ name : Synchronize Labels from Repo
20
22
needs : export
21
23
runs-on : ubuntu-latest
22
24
You can’t perform that action at this time.
0 commit comments