Skip to content

Commit 0857c92

Browse files
authored
ci: fix labeler job (#224)
* revert 9d08802 * Update labeler config and pin workflow to v4 Keep labeler action at v4 to avoid unwanted behavior changes. * updates
1 parent be28b9d commit 0857c92

File tree

2 files changed

+25
-41
lines changed

2 files changed

+25
-41
lines changed

.github/labeler.yml

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,51 @@
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

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
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.

0 commit comments

Comments
 (0)