Skip to content

Commit

Permalink
fix labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Dec 11, 2023
1 parent 5f29403 commit cbd6fce
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions .github/labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
documentation:
- 'docs/**'
- any: [ '*.rst', '*.md', '!CHANGES.rst' ]
- '.readthedocs.yaml'
- 'LICENSE'
- any:
- changed-files:
- any-glob-to-any-file:
- 'docs/**'
- '*.md'
- '.readthedocs.yaml'
- 'LICENSE'
- all-globs-to-any-file:
- '*.rst'
- '!CHANGES.rst'

environment:
- 'environment.yaml'
- any:
- changed-files:
- any-glob-to-any-file:
- 'environment.yaml'

testing:
- '.github/workflows/build.yaml'
- 'tests/**'
- any:
- changed-files:
- any-glob-to-any-file:
- '.github/workflows/build.yaml'
- 'tests/**'

0 comments on commit cbd6fce

Please sign in to comment.