Skip to content

Commit 62ec585

Browse files
authored
fix(labeler): modify labels
1 parent 90cad8a commit 62ec585

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/labeler.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ fastapi:
4242
prompt:
4343
- changed-files:
4444
- any-glob-to-any-file: 'app/prompt_generators.py'
45-
45+
4646
directory-generators:
47-
- 'app/directory_generators/**'
47+
- changed-files:
48+
- any-glob-to-any-file: 'app/directory_generators/**'
4849

4950
pydantic-models:
50-
- 'app/models/**'
51+
- changed-files:
52+
- any-glob-to-any-file: 'app/models/**'

0 commit comments

Comments
 (0)