Skip to content

Commit 37f3560

Browse files
build(deps): bump actions/labeler from 4 to 5 (#186)
* 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] <[email protected]> * Change test. * sync-label removed. * sync-labels set to true. * sync-labels set to false. * labeler updated. * doc test. * label added correctly. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Boutin <[email protected]> Co-authored-by: Adam Boutin <[email protected]>
1 parent a7b3aea commit 37f3560

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/labeler.yml

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

.github/workflows/label.yml

Lines changed: 3 additions & 3 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: false
3939

4040
# Label based on branch name
4141
- uses: actions-ecosystem/action-add-labels@v1
@@ -82,4 +82,4 @@ jobs:
8282
- [enhancement](https://github.com/ansys/pyansys-units/pulls?q=label%3Aenhancement+)
8383
- [good first issue](https://github.com/ansys/pyansys-units/pulls?q=label%3Agood+first+issue)
8484
- [maintenance](https://github.com/ansys/pyansys-units/pulls?q=label%3Amaintenance+)
85-
- [release](https://github.com/ansys/pyansys-units/pulls?q=label%3Arelease+)
85+
- [release](https://github.com/ansys/pyansys-units/pulls?q=label%3Arelease+)

0 commit comments

Comments
 (0)