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/**'
- 'README.md'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'Makefile'
# Label for Docker changes
@@ -20,14 +22,14 @@ docker:
release:
- changed-files:
- any-glob-to-any-file:
- 'src/**'
- 'scraibe/**'
- 'pyproject.toml'
- 'LICENCE'
tests:
- changed-files:
- any-glob-to-any-file:
- 'tests/**'
- 'test/**'
workflows:
- changed-files:
@@ -40,6 +42,14 @@ github:
- any-glob-to-any-file:
- '.gitignore'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'requirements.txt'
- 'environment.yml'
- 'pyproject.toml'
- head-branch: ['^dependencies', 'dependencies', '^dependency', 'dependency']
feature:
- head-branch: ['^feature', 'feature']