Skip to content

Commit 29dbb49

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 231d34c commit 29dbb49

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

.github/labeler.yml

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,36 @@
2626
# be created in the GitHub repository.
2727

2828
"part:core":
29-
- "src/**"
29+
- changed-files:
30+
- any-glob-to-any-file:
31+
- "src/**"
3032

3133
"part:docs":
32-
- "**/*.md"
33-
- "docs/**"
34-
- "examples/**"
35-
- LICENSE
34+
- changed-files:
35+
- any-glob-to-any-file:
36+
- "**/*.md"
37+
- "docs/**"
38+
- "examples/**"
39+
- LICENSE
3640

3741
"part:tests":
38-
- "**/conftest.py"
39-
- "tests/**"
42+
- changed-files:
43+
- any-glob-to-any-file:
44+
- "**/conftest.py"
45+
- "tests/**"
4046

4147
"part:tooling":
42-
- "**/*.ini"
43-
- "**/*.toml"
44-
- "**/*.yaml"
45-
- "**/*.yml"
46-
- "**/conftest.py"
47-
- ".editorconfig"
48-
- ".git*"
49-
- ".git*/**"
50-
- "docs/*.py"
51-
- CODEOWNERS
52-
- MANIFEST.in
53-
- noxfile.py
48+
- changed-files:
49+
- any-glob-to-any-file:
50+
- "**/*.ini"
51+
- "**/*.toml"
52+
- "**/*.yaml"
53+
- "**/*.yml"
54+
- "**/conftest.py"
55+
- ".editorconfig"
56+
- ".git*"
57+
- ".git*/**"
58+
- "docs/*.py"
59+
- CODEOWNERS
60+
- MANIFEST.in
61+
- 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)