Skip to content

Commit 434ce02

Browse files
authored
update github labels (#5392)
1 parent d9bd380 commit 434ce02

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/labeler.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@ chore:
1111
- all:
1212
- changed-files:
1313
- any-glob-to-any-file: ['.github/**/*', 'hack/**/*', '*']
14-
- all-globs-to-all-files: ['!*.md']
14+
- all-globs-to-all-files: ['!*.md', '!go.mod', '!go.sum', '!*.go']
15+
16+
github_actions:
17+
- changed-files:
18+
- any-glob-to-any-file: ['.github/**/*.yml', '.github/**/*.yaml', '.github/**/*.md']
19+
20+
go:
21+
- changed-files:
22+
- any-glob-to-any-file: ['**/*.go', 'go.mod', 'go.sum']
23+
24+
python:
25+
- changed-files:
26+
- any-glob-to-any-file: ['tests/**/*.py', 'tests/**/requirements.txt', 'tests/**/*.yaml', 'perf-tests/**/*.py', 'perf-tests/**/*.yaml']
1527

1628
tests:
1729
- all:
@@ -32,3 +44,7 @@ dependencies:
3244
helm_chart:
3345
- changed-files:
3446
- any-glob-to-any-file: 'charts/nginx-ingress/**/*'
47+
48+
docker:
49+
- changed-files:
50+
- any-glob-to-any-file: '**/Dockerfile'

0 commit comments

Comments
 (0)