File tree Expand file tree Collapse file tree 2 files changed +39
-27
lines changed Expand file tree Collapse file tree 2 files changed +39
-27
lines changed Original file line number Diff line number Diff line change 77# https://github.com/marketplace/actions/labeler
88
99" part:docs " :
10- - " **/*.md"
11- - " docs/**"
12- - " examples/**"
13- - LICENSE
10+ - changed-files :
11+ - any-glob-to-any-file :
12+ - " **/*.md"
13+ - " docs/**"
14+ - " examples/**"
15+ - LICENSE
1416
1517" part:tests " :
16- - " **/conftest.py"
17- - " tests/**"
18+ - changed-files :
19+ - any-glob-to-any-file :
20+ - " **/conftest.py"
21+ - " tests/**"
1822
1923" part:tooling " :
20- - " **/*.ini"
21- - " **/*.toml"
22- - " **/*.yaml"
23- - " **/*.yml"
24- - " **/conftest.py"
25- - " .editorconfig"
26- - " .git*"
27- - " .git*/**"
28- - " docs/*.py"
29- - CODEOWNERS
30- - MANIFEST.in
31- - noxfile.py
24+ - changed-files :
25+ - any-glob-to-any-file :
26+ - " **/*.ini"
27+ - " **/*.toml"
28+ - " **/*.yaml"
29+ - " **/*.yml"
30+ - " **/conftest.py"
31+ - " .editorconfig"
32+ - " .git*"
33+ - " .git*/**"
34+ - " docs/*.py"
35+ - CODEOWNERS
36+ - MANIFEST.in
37+ - noxfile.py
3238
3339" part:channels " :
34- - " src/frequenz/channels/_anycast.py"
35- - " src/frequenz/channels/_broadcast.py"
40+ - changed-files :
41+ - any-glob-to-any-file :
42+ - " src/frequenz/channels/_anycast.py"
43+ - " src/frequenz/channels/_broadcast.py"
3644
3745" part:receivers " :
38- - " src/frequenz/channels/_merge.py"
39- - " src/frequenz/channels/_merge_named.py"
40- - " src/frequenz/channels/event.py"
41- - " src/frequenz/channels/file_watcher.py"
42- - " src/frequenz/channels/timer.py"
46+ - changed-files :
47+ - any-glob-to-any-file :
48+ - " src/frequenz/channels/_merge.py"
49+ - " src/frequenz/channels/_merge_named.py"
50+ - " src/frequenz/channels/event.py"
51+ - " src/frequenz/channels/file_watcher.py"
52+ - " src/frequenz/channels/timer.py"
4353
4454" part:select " :
45- - " src/frequenz/channels/_select.py"
55+ - changed-files :
56+ - any-glob-to-any-file :
57+ - " src/frequenz/channels/_select.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