Skip to content

Commit c50571e

Browse files
dependabot[bot]Marenz
authored andcommitted
Bump actions/labeler from 4.3.0 to 5.0.0
Bumps [actions/labeler](https://github.com/actions/labeler) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@ac9175f...8558fd7) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0cf5e2 commit c50571e

File tree

2 files changed

+45
-27
lines changed

2 files changed

+45
-27
lines changed

.github/labeler.yml

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,45 +7,63 @@
77
# https://github.com/marketplace/actions/labeler
88

99
"part:actor":
10-
- "src/frequenz/sdk/actor/**"
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- "src/frequenz/sdk/actor/**"
1113

1214
"part:config":
13-
- "src/frequenz/sdk/config/**"
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- "src/frequenz/sdk/config/**"
1418

1519
"part:core":
16-
- "src/frequenz/sdk/_internal/**"
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- "src/frequenz/sdk/_internal/**"
1723

1824
"part:data-pipeline":
19-
- "src/frequenz/sdk/_data_handling/**"
20-
- "src/frequenz/sdk/_data_ingestion/**"
21-
- "src/frequenz/sdk/timeseries/**"
25+
- changed-files:
26+
- any-glob-to-any-file:
27+
- "src/frequenz/sdk/_data_handling/**"
28+
- "src/frequenz/sdk/_data_ingestion/**"
29+
- "src/frequenz/sdk/timeseries/**"
2230

2331
"part:docs":
24-
- "**/*.md"
25-
- "docs/**"
26-
- "examples/**"
27-
- LICENSE
32+
- changed-files:
33+
- any-glob-to-any-file:
34+
- "**/*.md"
35+
- "docs/**"
36+
- "examples/**"
37+
- LICENSE
2838

2939
"part:microgrid":
30-
- "src/frequenz/sdk/microgrid/**"
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- "src/frequenz/sdk/microgrid/**"
3143

3244
"part:power-distribution":
33-
- "src/frequenz/sdk/power/**"
45+
- changed-files:
46+
- any-glob-to-any-file:
47+
- "src/frequenz/sdk/power/**"
3448

3549
"part:tests":
36-
- "**/conftest.py"
37-
- "tests/**"
50+
- changed-files:
51+
- any-glob-to-any-file:
52+
- "**/conftest.py"
53+
- "tests/**"
3854

3955
"part:tooling":
40-
- "**/*.ini"
41-
- "**/*.toml"
42-
- "**/*.yaml"
43-
- "**/*.yml"
44-
- "**/conftest.py"
45-
- ".editorconfig"
46-
- ".git*"
47-
- ".git*/**"
48-
- "docs/*.py"
49-
- CODEOWNERS
50-
- MANIFEST.in
51-
- noxfile.py
56+
- changed-files:
57+
- any-glob-to-any-file:
58+
- "**/*.ini"
59+
- "**/*.toml"
60+
- "**/*.yaml"
61+
- "**/*.yml"
62+
- "**/conftest.py"
63+
- ".editorconfig"
64+
- ".git*"
65+
- ".git*/**"
66+
- "docs/*.py"
67+
- CODEOWNERS
68+
- MANIFEST.in
69+
- noxfile.py

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# only use hashes to pick the action to execute (instead of tags or branches).
1919
# For more details read:
2020
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
21-
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # 4.3.0
21+
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # 5.0.0
2222
with:
2323
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2424
dot: true

0 commit comments

Comments
 (0)