Skip to content

Commit c98aa36

Browse files
authored
Fix GHA labeler (#4641)
1 parent 1cafb59 commit c98aa36

File tree

2 files changed

+38
-17
lines changed

2 files changed

+38
-17
lines changed

.github/labeler.yml

Lines changed: 37 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,43 @@
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+
313
TEST:
4-
- "tests/**/*"
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- "lib/tests/**/*"
17+
- "backend/tests/**/*"
18+
- "ui/tests/**/*"
19+
520
DOC:
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+
1229
BUILD:
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+
2040
DEPENDENCY:
21-
- "requirements/*"
22-
- "pyproject.toml"
41+
- changed-files:
42+
- any-glob-to-any-file:
43+
- "**/pyproject.toml"

.github/workflows/labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
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

0 commit comments

Comments
 (0)