/[sudobot]/trunk/.github/labeler.yml
ViewVC logotype

Diff of /trunk/.github/labeler.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 628 by rakinar2, Sat Sep 7 09:38:45 2024 UTC revision 629 by rakinar2, Sat Sep 7 14:55:53 2024 UTC
# Line 1  Line 1 
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/**/*"

Legend:
Removed from v.628  
changed lines
  Added in v.629

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26