File tree Expand file tree Collapse file tree 2 files changed +25
-41
lines changed
Expand file tree Collapse file tree 2 files changed +25
-41
lines changed Original file line number Diff line number Diff line change 11" ci " :
2- - changed-files :
3- - " !.github/labeler.yml"
4- - " !.github/labels.json"
5- - .github/**/*
2+ - .github/**/*
63
74" app:appregistry " :
8- - changed-files :
9- - appregistry/**/*
5+ - appregistry/**/*
106
117" app:cca " :
12- - changed-files :
13- - cca/**/*
8+ - cca/**/*
149
1510" app:connect " :
16- - changed-files :
17- - connect/**/*
11+ - connect/**/*
1812
1913" app:consumer " :
20- - changed-files :
21- - consumer/**/*
14+ - consumer/**/*
2215
2316" app:examples " :
24- - changed-files :
25- - examples/**/*
17+ - examples/**/*
2618
2719" app:explorer " :
28- - changed-files :
29- - explorer/**/*
20+ - explorer/**/*
3021
3122" app:fee-abstraction " :
32- - changed-files :
33- - fee-abstraction/**/*
23+ - fee-abstraction/**/*
3424
3525" app:hermes " :
36- - changed-files :
37- - hermes/**/*
26+ - hermes/**/*
3827
3928" app:network " :
40- - changed-files :
41- - network/**/*
29+ - network/**/*
4230
4331" app:evolve " :
44- - changed-files :
45- - evolve/**/*
32+ - evolve/**/*
4633
4734" app:spaceship " :
48- - changed-files :
49- - spaceship/**/*
35+ - spaceship/**/*
5036
5137" app:wasm " :
52- - changed-files :
53- - wasm/**/*
38+ - wasm/**/*
5439
5540" configs " :
56- - changed-files :
57- - .gitignore
58- - .gitattributes
59- - .markdownlint.yaml
60- - .golangci.yml
61- - app.ignite.yml
62- - CODE_OF_CONDUCT.md
63- - CONTRIBUTING.md
64- - go.work.example
65- - LICENSE
66- - Makefile
67- - README.md
41+ - .gitignore
42+ - .gitattributes
43+ - .markdownlint.yaml
44+ - .golangci.yml
45+ - app.ignite.yml
46+ - CODE_OF_CONDUCT.md
47+ - CONTRIBUTING.md
48+ - go.work.example
49+ - LICENSE
50+ - Makefile
51+ - README.md
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/labeler@v5
18+ - uses : actions/labeler@v4 # keep v4 due to unwanted behavior changes in later versions.
You can’t perform that action at this time.
0 commit comments