File tree Expand file tree Collapse file tree 2 files changed +38
-17
lines changed Expand file tree Collapse file tree 2 files changed +38
-17
lines changed Original file line number Diff line number Diff line change 11# See help here: https://github.com/marketplace/actions/labeler
22
3+ Geti Tune Backend :
4+ - changed-files :
5+ - any-glob-to-any-file :
6+ - " backend/**/*"
7+
8+ Geti Tune UI :
9+ - changed-files :
10+ - any-glob-to-any-file :
11+ - " ui/**/*"
12+
313TEST :
4- - " tests/**/*"
14+ - changed-files :
15+ - any-glob-to-any-file :
16+ - " lib/tests/**/*"
17+ - " backend/tests/**/*"
18+ - " ui/tests/**/*"
19+
520DOC :
6- - " docs/**/*"
7- - " **/*.md"
8- - " LICENSE"
9- - " third-party-programs.txt"
10- - " NOTICE"
11- - " for_developers/**/*"
21+ - changed-files :
22+ - any-glob-to-any-file :
23+ - " docs/**/*"
24+ - " **/*.md"
25+ - " LICENSE"
26+ - " third-party-programs.txt"
27+ - " NOTICE"
28+
1229BUILD :
13- - " .ci/**/*"
14- - " .github/**/*"
15- - " .pre-commit-config.yaml"
16- - " markdownlint.rb"
17- - " pyproject.toml"
18- - " tox.ini"
19- - " MANIFEST.in"
30+ - changed-files :
31+ - any-glob-to-any-file :
32+ - " .ci/**/*"
33+ - " .github/**/*"
34+ - " .pre-commit-config.yaml"
35+ - " markdownlint.rb"
36+ - " **/pyproject.toml"
37+ - " **/tox.ini"
38+ - " MANIFEST.in"
39+
2040DEPENDENCY :
21- - " requirements/*"
22- - " pyproject.toml"
41+ - changed-files :
42+ - any-glob-to-any-file :
43+ - " **/pyproject.toml"
Original file line number Diff line number Diff line change 1717 pull-requests : write
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0 .0
20+ - uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.1 .0
You can’t perform that action at this time.
0 commit comments