Skip to content

Commit

Permalink
adjust labeler to work with scraibe
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchmie committed Aug 30, 2024
1 parent 3311e89 commit b5deeac
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/auto_label_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ documentation:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- 'CONTRIBUTING.md'
- 'Makefile'


# Label for Docker changes
Expand All @@ -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:
Expand All @@ -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']

Expand Down

0 comments on commit b5deeac

Please sign in to comment.