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 Aug 8, 2024
1 parent b41d012 commit c88ebd9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Add labels to any any pull request with changes to the specified paths
# for reference, see https://github.com/actions/labeler

github:
GitHub:
- changed-files:
- any-glob-to-any-file: ".github/**/*"

documentation:
📚 Documentation:
- changed-files:
- any-glob-to-any-file: "CONTRIBUTING.md"
- any-glob-to-any-file: "LICENSE"
Expand All @@ -18,14 +18,14 @@ documentation:
- any-glob-to-any-file: "doc/assets/.empty"
- any-glob-to-any-file: "doc/**/*"

docker:
🐳 Docker:
- changed-files:
- any-glob-to-any-file: "backend/Dockerfile"
- any-glob-to-any-file: "taxonomy-editor-frontend/Dockerfile"
- any-glob-to-any-file: "docker-compose.yml"
- any-glob-to-any-file: "docker/dev.yml"

backend:
Backend:
- changed-files:
- any-glob-to-any-file: "backend/editor/__init__.py"
- any-glob-to-any-file: "backend/editor/api.py"
Expand All @@ -44,31 +44,31 @@ backend:
- any-glob-to-any-file: "backend/sample/test.txt"
- any-glob-to-any-file: "backend/**/*"

frontend:
Frontend:
- changed-files:
- any-glob-to-any-file: "taxonomy-editor-frontend/**/*"

dependencies:
Dependencies:
- changed-files:
- any-glob-to-any-file: "backend/pyproject.toml"
- any-glob-to-any-file: "backend/poetry.lock"
- any-glob-to-any-file: "parser/pyproject.toml"
- any-glob-to-any-file: "parser/poetry.lock"
- any-glob-to-any-file: "taxonomy-editor-frontend/package.json"

api:
API:
- changed-files:
- any-glob-to-any-file: "backend/editor/api.py"

nginx:
NGINX:
- changed-files:
- any-glob-to-any-file: "conf/nginx.conf"

neo4j:
Neo4j:
- changed-files:
- any-glob-to-any-file: "neo4j/**/*"

parser:
Parser:
- changed-files:
- any-glob-to-any-file: "parser/Makefile"
- any-glob-to-any-file: "parser/openfoodfacts_taxonomy_parser/__init__.py"
Expand All @@ -84,7 +84,7 @@ parser:
- any-glob-to-any-file: "parser/tests/integration/__init__.py"
- any-glob-to-any-file: "parser/**/*"

tests:
🧪 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"
Expand Down

0 comments on commit c88ebd9

Please sign in to comment.