File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
documentation :
2
- - doc/source/**/*
2
+ - changed-files :
3
+ - any-glob-to-any-file : ' docs/source/**/*'
3
4
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'
7
9
testing :
8
- - tests/*
10
+ - changed-files :
11
+ - any-glob-to-any-file : ' tests/*'
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
32
32
33
33
# Label based on modified files
34
34
- name : Label based on changed files
35
- uses : actions/labeler@v4
35
+ uses : actions/labeler@v5
36
36
with :
37
37
repo-token : ${{ secrets.GITHUB_TOKEN }}
38
- sync-labels : ' '
38
+ sync-labels : true
39
39
40
40
# Label based on branch name
41
41
- uses : actions-ecosystem/action-add-labels@v1
You can’t perform that action at this time.
0 commit comments