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

Annotation of /trunk/.github/labeler.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 575 - (hide annotations)
Mon Jul 29 17:59:26 2024 UTC (8 months ago) by rakinar2
File size: 687 byte(s)
chore: add trunk
1 rakinar2 575 "type:docs":
2     - "docs/*"
3     - "docs/**/*"
4     - "*.md"
5    
6     "type:ci":
7     - ".github/workflows/*"
8     - ".github/workflows/**/*"
9    
10     "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/**/*"

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26