-
Notifications
You must be signed in to change notification settings - Fork 4
/
labeler.yml
39 lines (31 loc) · 956 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
change:
- head-branch: ["^change/"]
enhancement:
- head-branch: ["^feature/", "^feat/", "^enhancement/", "^enh/"]
bug:
- head-branch: ["^fix/", "^bug/"]
chore:
- head-branch: ["^chore/"]
tech-debt:
- head-branch: ["^tech-debt/", "^techdebt/", "^debt/"]
documentation:
- head-branch: ["^docs/", "^doc/"]
- changed-files:
- any-glob-to-any-file: "**/*.md"
dependencies:
- head-branch:
["^deps/", "^dep/", "^dependabot/", "^renovate/", "pre-commit-ci-update-config"]
- changed-files:
- any-glob-to-any-file: ["go.mod", "go.sum"]
tests:
- any:
- head-branch: ["^tests/", "^test/"]
- changed-files:
- any-glob-to-any-file: "tests/**/*"
- all:
- changed-files:
- all-globs-to-all-files: ["!tests/requirements.txt", "!tests/**/go.mod", "!tests/**/go.sum"]
helm-chart:
- head-branch: ["^helm/", "^helm-chart/"]
- changed-files:
- any-glob-to-any-file: ["charts/**/*"]