File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,15 @@ updates:
55 schedule :
66 interval : daily
77 target-branch : " develop"
8+ labels :
9+ - " Continuous Integration"
10+ - " Dependencies"
811
912 - package-ecosystem : cargo
1013 directory : /
1114 schedule :
1215 interval : daily
1316 target-branch : " develop"
17+ labels :
18+ - " Build | Project System"
19+ - " Dependencies"
Original file line number Diff line number Diff line change 3939 "name" : " Build | Project System" ,
4040 "color" : " 99AAAA" ,
4141 "description" : " Compiling and Packaging" ,
42- "aliases" : []
42+ "aliases" : [" Rust " ]
4343 },
4444 {
4545 "name" : " Cannot Reproduce" ,
215215 "description" : " This Looks Good" ,
216216 "aliases" : []
217217 },
218- {
219- "name" : " Rust" ,
220- "color" : " 000000" ,
221- "description" : " Pull requests that update Rust code" ,
222- "aliases" : []
223- },
224218 {
225219 "name" : " Security" ,
226220 "color" : " 650606" ,
Original file line number Diff line number Diff line change 1- name : Manage Labels
1+ name : Labels
22on :
33 workflow_dispatch :
44 push :
99
1010jobs :
1111 export :
12+ name : Export Existing Labels
1213 runs-on : ubuntu-latest
1314
1415 steps :
1516 - id : backup
16- name : Export Labels to Workflow Artifacts
17+ name : Export to Workflow Artifact
1718 uses : EndBug/export-label-config@v1
1819
1920 sync :
21+ name : Synchronize Labels from Repo
2022 needs : export
2123 runs-on : ubuntu-latest
2224
You can’t perform that action at this time.
0 commit comments