Skip to content

Commit

Permalink
update labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Mar 11, 2024
1 parent df37345 commit 835b9f3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
ci-cd:
- .github/workflows/*
- .github/labeler.yml
- changed-files:
- any-glob-to-any-file: [".github/workflows/*", ".github/labeler.yml"]

dependencies:
- requirements.txt
- requirements/*.txt

- changed-files:
- any-glob-to-any-file: ["requirements.txt", "requirements/*.txt"]
documentation:
- docs/**/*
- changed-files:
- any-glob-to-any-file: ["docs/**/*"]

packaging:
- requirements/packaging.txt
- setup.py
- changed-files:
- any-glob-to-any-file: ["requirements/packaging.txt", "setup.py"]

quality:
- tests/**/*
- changed-files:
- any-glob-to-any-file: ["tests/**/*"]

tooling:
- .pre-commit-config.yaml
- .vscode/**/*
- setup.cfg
- changed-files:
- any-glob-to-any-file:
[".pre-commit-config.yaml", ".vscode/**/*", "setup.cfg"]

0 comments on commit 835b9f3

Please sign in to comment.