1 |
"type:docs": |
"type:docs": |
2 |
- changed-files: |
- "docs/*" |
3 |
- any-glob-to-any-file: docs/** |
- "docs/**/*" |
4 |
"type:test": |
- "*.md" |
5 |
- changed-files: |
|
|
- any-glob-to-any-file: tests/** |
|
6 |
"type:ci": |
"type:ci": |
7 |
- changed-files: |
- ".github/workflows/*" |
8 |
- any-glob-to-any-file: .github/workflows/** |
- ".github/workflows/**/*" |
9 |
"type:feature": |
|
10 |
- head-branch: ['^feature', 'feature'] |
"component:automod": |
11 |
|
- "src/main/typescript/automod/*" |
12 |
|
- "src/main/typescript/automod/**/*" |
13 |
|
|
14 |
|
"component:api": |
15 |
|
- "src/main/typescript/api/*" |
16 |
|
- "src/main/typescript/api/**/*" |
17 |
|
|
18 |
|
"component:commands": |
19 |
|
- "src/main/typescript/commands/*" |
20 |
|
- "src/main/typescript/commands/**/*" |
21 |
|
|
22 |
|
"component:framework": |
23 |
|
- "src/framework/typescript/*" |
24 |
|
- "src/framework/typescript/**/*" |
25 |
|
|
26 |
|
"contains:resources": |
27 |
|
- "src/framework/resources/*" |
28 |
|
- "src/framework/resources/**/*" |
29 |
|
- "src/main/resources/*" |
30 |
|
- "src/main/resources/**/*" |
31 |
|
|
32 |
|
"type:test": |
33 |
|
- "tests/*" |
34 |
|
- "tests/**/*" |