adjust labeler to work with scraibe
This commit is contained in:
@@ -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']
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user