File tree Expand file tree Collapse file tree 2 files changed +28
-20
lines changed Expand file tree Collapse file tree 2 files changed +28
-20
lines changed Original file line number Diff line number Diff line change 26
26
# be created in the GitHub repository.
27
27
28
28
" part:core " :
29
- - " src/**"
29
+ - changed-files :
30
+ - any-glob-to-any-file :
31
+ - " src/**"
30
32
31
33
" part:docs " :
32
- - " **/*.md"
33
- - " docs/**"
34
- - " examples/**"
35
- - LICENSE
34
+ - changed-files :
35
+ - any-glob-to-any-file :
36
+ - " **/*.md"
37
+ - " docs/**"
38
+ - " examples/**"
39
+ - LICENSE
36
40
37
41
" part:tests " :
38
- - " **/conftest.py"
39
- - " tests/**"
42
+ - changed-files :
43
+ - any-glob-to-any-file :
44
+ - " **/conftest.py"
45
+ - " tests/**"
40
46
41
47
" part:tooling " :
42
- - " **/*.ini"
43
- - " **/*.toml"
44
- - " **/*.yaml"
45
- - " **/*.yml"
46
- - " **/conftest.py"
47
- - " .editorconfig"
48
- - " .git*"
49
- - " .git*/**"
50
- - " docs/*.py"
51
- - CODEOWNERS
52
- - MANIFEST.in
53
- - noxfile.py
48
+ - changed-files :
49
+ - any-glob-to-any-file :
50
+ - " **/*.ini"
51
+ - " **/*.toml"
52
+ - " **/*.yaml"
53
+ - " **/*.yml"
54
+ - " **/conftest.py"
55
+ - " .editorconfig"
56
+ - " .git*"
57
+ - " .git*/**"
58
+ - " docs/*.py"
59
+ - CODEOWNERS
60
+ - MANIFEST.in
61
+ - noxfile.py
Original file line number Diff line number Diff line change 18
18
# only use hashes to pick the action to execute (instead of tags or branches).
19
19
# For more details read:
20
20
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
21
- uses : actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # 4.3 .0
21
+ uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # 5.0 .0
22
22
with :
23
23
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
24
24
dot : true
You can’t perform that action at this time.
0 commit comments