Skip to content

Commit ae8ae91

Browse files
Create labeler.yaml
Signed-off-by: Bruno Schaatsbergen <[email protected]>
1 parent c865974 commit ae8ae91

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/labeler.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
github-actions:
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- '.github/**'
5+
- '.goreleaser.yaml'
6+
7+
dependencies:
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- 'go.mod'
11+
- 'go.sum'
12+
13+
documentation:
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- 'README.md'
17+
18+
tests:
19+
- changed-files:
20+
- any-glob-to-any-file:
21+
- '**/*_test.go'
22+

0 commit comments

Comments
 (0)