File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11documentation :
2- - doc/source/**/*
2+ - changed-files :
3+ - any-glob-to-any-file : ' doc/source/**/*'
34maintenance :
4- - .github/**/*
5- - .flake8
6- - pyproject.toml
5+ - changed-files :
6+ - any-glob-to-any-file : ['.github/**/*', '.flake8', 'pyproject.toml']
77testing :
8- - tests/*
8+ - changed-files :
9+ - any-glob-to-any-file : ' tests/*'
Original file line number Diff line number Diff 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
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+)
You can’t perform that action at this time.
0 commit comments