Skip to content

Commit

Permalink
mono-repo glob
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Jan 27, 2025
1 parent fd15c49 commit 73d22a4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sync-files/anemoi/.github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
dependencies:
- changed-files:
- any-glob-to-any-file:
- "requirements.txt"
- "setup.py"
- "pyproject.toml"
- "Pipfile"
- "Pipfile.lock"
- "requirements/*.txt"
- "requirements/*.in"
- "**/requirements.txt"
- "**/setup.py"
- "**/pyproject.toml"
- "**/Pipfile"
- "**/Pipfile.lock"
- "**/requirements/*.txt"
- "**/requirements/*.in"

documentation:
- changed-files:
- any-glob-to-any-file:
- "docs/**/*"
- "**/docs/**/*"
- "*.md"
- "*.rst"

config:
- changed-files:
- any-glob-to-any-file:
- "src/**/config/**/*"
- "**/src/**/config/**/*"

CI/CD:
- changed-files:
- any-glob-to-any-file:
- ".pre-commit-config.yaml"
- "**/.pre-commit-config.yaml"
- ".github/**/*"
- "tox.ini"
- ".coveragerc"

0 comments on commit 73d22a4

Please sign in to comment.