We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdf223 commit 6ab9728Copy full SHA for 6ab9728
1 file changed
.github/labeler.yml
@@ -9,3 +9,21 @@ docker-compose:
9
dockerfile:
10
- changed-files:
11
- any-glob-to-any-file: '**/Dockerfile'
12
+
13
14
+requirements:
15
+- changed-files:
16
+ - any-glob-to-any-file: '**/requirements.txt'
17
18
+gpt:
19
20
+ - any-glob-to-any-file: '**/app/gpt_services.py'
21
22
+fastapi:
23
24
+ - any-glob-to-any-file: '**/app/main.py'
25
26
+prompt:
27
28
+ - any-glob-to-any-file: '**/app/prompt_generators.py'
29
0 commit comments