|
1 | 1 | change: |
2 | | - - head-branch: ['^change/'] |
| 2 | + - head-branch: ["^change/"] |
3 | 3 |
|
4 | 4 | enhancement: |
5 | | - - head-branch: ['^feature/', '^feat/', '^enhancement/', '^enh/'] |
| 5 | + - head-branch: ["^feature/", "^feat/", "^enhancement/", "^enh/"] |
6 | 6 |
|
7 | 7 | bug: |
8 | | - - head-branch: ['^fix/', '^bug/'] |
| 8 | + - head-branch: ["^fix/", "^bug/"] |
9 | 9 |
|
10 | 10 | chore: |
11 | | - - head-branch: ['^chore/'] |
| 11 | + - head-branch: ["^chore/"] |
12 | 12 |
|
13 | 13 | tests: |
14 | | -- any: |
15 | | - - head-branch: ['^tests/', '^test/'] |
16 | | - - changed-files: |
17 | | - - any-glob-to-any-file: 'tests/**/*' |
18 | | -- all: |
19 | | - - changed-files: |
20 | | - - all-globs-to-all-files: ['!tests/requirements.txt'] |
| 14 | + - any: |
| 15 | + - head-branch: ["^tests/", "^test/"] |
| 16 | + - changed-files: |
| 17 | + - any-glob-to-any-file: "tests/**/*" |
| 18 | + - all: |
| 19 | + - changed-files: |
| 20 | + - all-globs-to-all-files: ["!tests/requirements.txt"] |
21 | 21 |
|
22 | 22 | documentation: |
23 | | - - head-branch: ['^docs/', '^doc/'] |
| 23 | + - head-branch: ["^docs/", "^doc/"] |
24 | 24 | - changed-files: |
25 | | - - any-glob-to-any-file: '**/*.md' |
| 25 | + - any-glob-to-any-file: "**/*.md" |
26 | 26 |
|
27 | 27 | dependencies: |
28 | | - - head-branch: ['^deps/', '^dep/', '^dependabot/', 'pre-commit-ci-update-config'] |
| 28 | + - head-branch: |
| 29 | + ["^deps/", "^dep/", "^dependabot/", "pre-commit-ci-update-config"] |
29 | 30 | - changed-files: |
30 | | - - any-glob-to-any-file: ['go.mod', 'go.sum'] |
| 31 | + - any-glob-to-any-file: ["go.mod", "go.sum"] |
0 commit comments