@@ -5,13 +5,10 @@ enhancement:
5
5
- head-branch : ['^feature/', '^feat/', '^enhancement/', '^enh/']
6
6
7
7
bug :
8
- - head-branch : ['^fix/', '^bug/']
8
+ - head-branch : ['^fix/', '^bug/', '^bugfix/' ]
9
9
10
10
chore :
11
- - all :
12
- - changed-files :
13
- - any-glob-to-any-file : ['.github/**/*', 'hack/**/*', '*']
14
- - all-globs-to-all-files : ['!*.md', '!go.mod', '!go.sum', '!*.go']
11
+ - head-branch : ['^chore/']
15
12
16
13
github_actions :
17
14
- changed-files :
@@ -26,25 +23,17 @@ python:
26
23
- any-glob-to-any-file : ['tests/**/*.py', 'tests/**/requirements.txt', 'tests/**/*.yaml', 'perf-tests/**/*.py', 'perf-tests/**/*.yaml']
27
24
28
25
tests :
29
- - all :
30
- - changed-files :
31
- - any-glob-to-any-file : ['tests/**/*', 'perf-tests/**/*']
32
- - all-globs-to-all-files : ['!tests/requirements.txt', '!perf-tests/requirements.txt']
26
+ - head-branch : ['^tests?/']
33
27
34
28
documentation :
35
- - head-branch : ['^docs/', '^doc/']
36
- - changed-files :
37
- - any-glob-to-any-file : ' **/*.md'
29
+ - head-branch : ['^docs?/']
38
30
39
31
dependencies :
40
- - head-branch : ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config']
41
- - changed-files :
42
- - any-glob-to-any-file : ['go.mod', 'go.sum']
32
+ - head-branch : ['^deps?/', '^dependabot/', '^renovate/', 'pre-commit-ci-update-config']
43
33
44
34
helm_chart :
45
- - changed-files :
46
- - any-glob-to-any-file : ' charts/nginx-ingress/**/*'
35
+ - head-branch : ['^helm/', '^chart/']
47
36
48
37
docker :
49
38
- changed-files :
50
- - any-glob-to-any-file : ' **/Dockerfile'
39
+ - any-glob-to-any-file : ' **/Dockerfile* '
0 commit comments