Skip to content

Commit 86873bf

Browse files
build(deps): bump actions/labeler from 4 to 5 (#664)
* build(deps): bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update labeler.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NicolasMerget <Nicolas.Merget@deutschebahn.com>
1 parent 68a681a commit 86873bf

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/labeler.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
---
22
# Add 'cicd' label to any file changes inside .github dir
33
cicd:
4-
- .github/*
5-
- .github/**/*
4+
- changed-files:
5+
- any-glob-to-any-file: [".github/*", ".github/**/*"]
66

77
# Add 'patterns' label to any file changes for the patterns
88
patterns:
9-
- source/_patterns/**
9+
- changed-files:
10+
- any-glob-to-any-file: "source/_patterns/**"
1011

1112
# Add 'documentation' label to any file changes for the documentation files
1213
documentation:
13-
- ./**/*.md
14+
- changed-files:
15+
- any-glob-to-any-file: "**/*.md"

.github/workflows/99-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: 🏷️ Labeler
11-
uses: actions/labeler@v4
11+
uses: actions/labeler@v5
1212
with:
1313
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1414
sync-labels: true

0 commit comments

Comments
 (0)