1 |
"type:docs": |
"type:docs": |
2 |
- "docs/*" |
- changed-files: |
3 |
- "docs/**/*" |
- any-glob-to-any-file: docs/** |
|
- "*.md" |
|
|
|
|
|
"type:ci": |
|
|
- ".github/workflows/*" |
|
|
- ".github/workflows/**/*" |
|
|
|
|
|
"component:automod": |
|
|
- "src/main/typescript/automod/*" |
|
|
- "src/main/typescript/automod/**/*" |
|
|
|
|
|
"component:api": |
|
|
- "src/main/typescript/api/*" |
|
|
- "src/main/typescript/api/**/*" |
|
|
|
|
|
"component:commands": |
|
|
- "src/main/typescript/commands/*" |
|
|
- "src/main/typescript/commands/**/*" |
|
|
|
|
|
"component:framework": |
|
|
- "src/framework/typescript/*" |
|
|
- "src/framework/typescript/**/*" |
|
|
|
|
|
"contains:resources": |
|
|
- "src/framework/resources/*" |
|
|
- "src/framework/resources/**/*" |
|
|
- "src/main/resources/*" |
|
|
- "src/main/resources/**/*" |
|
|
|
|
4 |
"type:test": |
"type:test": |
5 |
- "tests/*" |
- changed-files: |
6 |
- "tests/**/*" |
- any-glob-to-any-file: tests/** |
7 |
|
"type:ci": |
8 |
|
- changed-files: |
9 |
|
- any-glob-to-any-file: .github/workflows/** |
10 |
|
"type:feature": |
11 |
|
- head-branch: ['^feature', 'feature'] |