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 2626# be created in the GitHub repository.
2727
2828" part:core " :
29- - " src/**"
29+ - changed-files :
30+ - any-glob-to-any-file :
31+ - " src/**"
3032
3133" 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
3640
3741" part:tests " :
38- - " **/conftest.py"
39- - " tests/**"
42+ - changed-files :
43+ - any-glob-to-any-file :
44+ - " **/conftest.py"
45+ - " tests/**"
4046
4147" 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 1818 # only use hashes to pick the action to execute (instead of tags or branches).
1919 # For more details read:
2020 # 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
2222 with :
2323 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
2424 dot : true
You can’t perform that action at this time.
0 commit comments