Skip to content

Commit 6ab9728

Browse files
authored
Update labeler.yml
1 parent bfdf223 commit 6ab9728

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,21 @@ docker-compose:
99
dockerfile:
1010
- changed-files:
1111
- 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+
- changed-files:
20+
- any-glob-to-any-file: '**/app/gpt_services.py'
21+
22+
fastapi:
23+
- changed-files:
24+
- any-glob-to-any-file: '**/app/main.py'
25+
26+
prompt:
27+
- changed-files:
28+
- any-glob-to-any-file: '**/app/prompt_generators.py'
29+

0 commit comments

Comments
 (0)