Skip to content

Commit

Permalink
ci: Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Jul 15, 2024
1 parent 89418b5 commit bab2ec6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ backend:
- any-glob-to-any-file: 'backend/editor/graph_db.py'
- any-glob-to-any-file: 'backend/editor/models.py'
- any-glob-to-any-file: 'backend/editor/normalizer.py'
- bany-glob-to-any-file: 'ackend/editor/settings.py'
- any-glob-to-any-file: 'backend/editor/settings.py'
- any-glob-to-any-file: 'backend/pyproject.toml'
- any-glob-to-any-file: 'backend/poetry.lock'
- any-glob-to-any-file: 'backend/sample/load.py'
Expand Down Expand Up @@ -85,8 +85,8 @@ parser:
- any-glob-to-any-file: 'parser/**/*'

tests:
- parser/tests/__init__.py
- parser/tests/conftest.py
- parser/tests/data/test.txt
- parser/tests/integration/__init__.py
- parser/tests/**/*
- any-glob-to-any-file: 'parser/tests/__init__.py'
- any-glob-to-any-file: 'parser/tests/conftest.py'
- any-glob-to-any-file: 'parser/tests/data/test.txt'
- any-glob-to-any-file: 'parser/tests/integration/__init__.py'
- any-glob-to-any-file: 'parser/tests/**/*'

0 comments on commit bab2ec6

Please sign in to comment.