Skip to content

Commit a5844ec

Browse files
MAINT: Bump the actions group with 1 update (#875)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent 938d8ff commit a5844ec

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.github/labeler.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
documentation:
2-
- doc/source/**/*
2+
- changed-files:
3+
- any-glob-to-any-file: 'docs/source/**/*'
34
maintenance:
4-
- .github/**/*
5-
- .flake8
6-
- pyproject.toml
5+
- changed-files:
6+
- any-glob-to-any-file: '.github/**/*'
7+
- any-glob-to-any-file: '.flake8'
8+
- any-glob-to-any-file: 'pyproject.toml'
79
testing:
8-
- tests/*
10+
- changed-files:
11+
- any-glob-to-any-file: 'tests/*'

.github/workflows/label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
# Label based on modified files
3434
- name: Label based on changed files
35-
uses: actions/labeler@v4
35+
uses: actions/labeler@v5
3636
with:
3737
repo-token: ${{ secrets.GITHUB_TOKEN }}
38-
sync-labels: ''
38+
sync-labels: true
3939

4040
# Label based on branch name
4141
- uses: actions-ecosystem/action-add-labels@v1

0 commit comments

Comments
 (0)