We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d37ad6 commit a196b2cCopy full SHA for a196b2c
1 file changed
.github/labeler.yml
@@ -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
10
+ - any-glob-to-any-file: 'client/**/*'
11
12
+documentation:
13
14
+ - any-glob-to-any-file:
15
+ - 'docs/**/*'
16
+ - 'meta/docs/**/*'
17
+ - '**/*.md'
18
19
+ci:
20
21
22
+ - '.github/**/*'
23
+ - 'devops/**/*'
24
25
+dependencies:
26
27
28
+ - 'package.json'
29
+ - 'pnpm-lock.yaml'
30
+ - 'requirements*.txt'
31
+ - 'environment.yml'
0 commit comments