|
1 | | -# Add 'core' label to any change within the 'core' package |
2 | 1 | core: |
3 | | - - packages/vrender/** |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: 'packages/vrender/**' |
4 | 4 |
|
5 | | -# Add 'react' label to any change within the 'core' package |
6 | 5 | react: |
7 | | - - packages/react-vrender/** |
| 6 | + - changed-files: |
| 7 | + - any-glob-to-any-file: 'packages/react-vrender/**' |
8 | 8 |
|
9 | | -# Add 'hierarchy' label to any change within the 'core' package |
10 | 9 | react-utils: |
11 | | - - packages/react-vrender-utils/** |
| 10 | + - changed-files: |
| 11 | + - any-glob-to-any-file: 'packages/react-vrender-utils/**' |
12 | 12 |
|
13 | | -# Add 'projection' label to any change within the 'core' package |
14 | 13 | components: |
15 | | - - packages/vrender-components/** |
| 14 | + - changed-files: |
| 15 | + - any-glob-to-any-file: 'packages/vrender-components/**' |
16 | 16 |
|
17 | | -# Add 'sankey' label to any change within the 'core' package |
18 | 17 | kits: |
19 | | - - packages/vrender-kits/** |
| 18 | + - changed-files: |
| 19 | + - any-glob-to-any-file: 'packages/vrender-kits/**' |
20 | 20 |
|
21 | | -# Add 'test' label to any change to packages/*/__tests__/* files within the source dir |
22 | 21 | test: |
23 | | - - packages/*/__tests__/* |
| 22 | + - changed-files: |
| 23 | + - any-glob-to-any-file: 'packages/*/__tests__/*' |
24 | 24 |
|
25 | | -# Add 'docs' label to any change to docs/ files within the source dir |
26 | 25 | docs: |
27 | | - - docs/** |
| 26 | + - changed-files: |
| 27 | + - any-glob-to-any-file: 'docs/**' |
28 | 28 |
|
29 | | -# Add 'eslint' label to any change to docs/ files within the source dir |
30 | 29 | eslint: |
31 | | - - share/eslint-config/** |
32 | | - - packages/*/.eslintrc.js |
| 30 | + - changed-files: |
| 31 | + - any-glob-to-any-file: |
| 32 | + - 'share/eslint-config/**' |
| 33 | + - 'packages/*/.eslintrc.js' |
33 | 34 |
|
34 | | -# Add 'jest' label to any change to docs/ files within the source dir |
35 | 35 | jest: |
36 | | - - share/jest-config/** |
37 | | - - packages/*/jest.config.js |
| 36 | + - changed-files: |
| 37 | + - any-glob-to-any-file: |
| 38 | + - 'share/jest-config/**' |
| 39 | + - 'packages/*/jest.config.js' |
38 | 40 |
|
39 | | -# Add 'typescript' label to any change to docs/ files within the source dir |
40 | 41 | typescript: |
41 | | - - share/ts-config/** |
42 | | - - packages/*/tsconfig.json |
43 | | - - packages/*/tsconfig.eslint.json |
| 42 | + - changed-files: |
| 43 | + - any-glob-to-any-file: |
| 44 | + - 'share/ts-config/**' |
| 45 | + - 'packages/*/tsconfig.json' |
| 46 | + - 'packages/*/tsconfig.eslint.json' |
44 | 47 |
|
45 | | -# Add 'bundler' label to any change to tools/bunder/** files within the source dir |
46 | 48 | bundler: |
47 | | - - tools/bundler/** |
48 | | - - packages/*/bundler.config.js |
| 49 | + - changed-files: |
| 50 | + - any-glob-to-any-file: |
| 51 | + - 'tools/bundler/**' |
| 52 | + - 'packages/*/bundler.config.js' |
49 | 53 |
|
50 | | -# Add 'chore' label to any change to common/** files within the source dir |
51 | 54 | chore: |
52 | | - - common/autoinstallers/** |
53 | | - - common/git-hooks/** |
54 | | - - common/scripts/** |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: |
| 57 | + - 'common/autoinstallers/**' |
| 58 | + - 'common/git-hooks/**' |
| 59 | + - 'common/scripts/**' |
0 commit comments