Skip to content

Commit

Permalink
update github labels (#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Apr 16, 2024
1 parent d9bd380 commit 434ce02
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,19 @@ chore:
- all:
- changed-files:
- any-glob-to-any-file: ['.github/**/*', 'hack/**/*', '*']
- all-globs-to-all-files: ['!*.md']
- all-globs-to-all-files: ['!*.md', '!go.mod', '!go.sum', '!*.go']

github_actions:
- changed-files:
- any-glob-to-any-file: ['.github/**/*.yml', '.github/**/*.yaml', '.github/**/*.md']

go:
- changed-files:
- any-glob-to-any-file: ['**/*.go', 'go.mod', 'go.sum']

python:
- changed-files:
- any-glob-to-any-file: ['tests/**/*.py', 'tests/**/requirements.txt', 'tests/**/*.yaml', 'perf-tests/**/*.py', 'perf-tests/**/*.yaml']

tests:
- all:
Expand All @@ -32,3 +44,7 @@ dependencies:
helm_chart:
- changed-files:
- any-glob-to-any-file: 'charts/nginx-ingress/**/*'

docker:
- changed-files:
- any-glob-to-any-file: '**/Dockerfile'

0 comments on commit 434ce02

Please sign in to comment.