adjust labeler to work with scraibe

This commit is contained in:
Schmieder, Jacob
2024-08-30 08:53:56 +00:00
parent 3311e89877
commit b5deeac15c
+12 -2
View File
@@ -7,6 +7,8 @@ documentation:
- 'docs/**' - 'docs/**'
- 'README.md' - 'README.md'
- 'CHANGELOG.md' - 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'Makefile'
# Label for Docker changes # Label for Docker changes
@@ -20,14 +22,14 @@ docker:
release: release:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- 'src/**' - 'scraibe/**'
- 'pyproject.toml' - 'pyproject.toml'
- 'LICENCE' - 'LICENCE'
tests: tests:
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- 'tests/**' - 'test/**'
workflows: workflows:
- changed-files: - changed-files:
@@ -40,6 +42,14 @@ github:
- any-glob-to-any-file: - any-glob-to-any-file:
- '.gitignore' - '.gitignore'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'requirements.txt'
- 'environment.yml'
- 'pyproject.toml'
- head-branch: ['^dependencies', 'dependencies', '^dependency', 'dependency']
feature: feature:
- head-branch: ['^feature', 'feature'] - head-branch: ['^feature', 'feature']