Skip to content

Commit a196b2c

Browse files
committed
fix(ci): add missing labeler config
1 parent 1d37ad6 commit a196b2c

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
# Pull Request Labeler Configuration
3+
4+
backend:
5+
- changed-files:
6+
- any-glob-to-any-file: 'server/**/*'
7+
8+
frontend:
9+
- changed-files:
10+
- any-glob-to-any-file: 'client/**/*'
11+
12+
documentation:
13+
- changed-files:
14+
- any-glob-to-any-file:
15+
- 'docs/**/*'
16+
- 'meta/docs/**/*'
17+
- '**/*.md'
18+
19+
ci:
20+
- changed-files:
21+
- any-glob-to-any-file:
22+
- '.github/**/*'
23+
- 'devops/**/*'
24+
25+
dependencies:
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- 'package.json'
29+
- 'pnpm-lock.yaml'
30+
- 'requirements*.txt'
31+
- 'environment.yml'

0 commit comments

Comments
 (0)