/[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 625 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 626 by rakinar2, Sat Sep 7 09:38:45 2024 UTC
# Line 1  Line 1 
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']

Legend:
Removed from v.625  
changed lines
  Added in v.626

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26