-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update label.yml and labeler.yml to fix breaking changes in V5 (#108)
* Update label.yml and labeler.yml to fix breaking changes in V5 * Update label.yml
- Loading branch information
1 parent
53f3c79
commit af19768
Showing
2 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
documentation: | ||
- doc/**/* | ||
- examples/**/* | ||
- ./*.md | ||
- ./*.rst | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: 'doc/**/*' | ||
- any-glob-to-any-file: 'examples/**/*' | ||
- any-glob-to-any-file: './*.md' | ||
- any-glob-to-any-file: './*.rst' | ||
maintenance: | ||
- .github/**/* | ||
- codecov.yml | ||
- .flake8 | ||
- .coveragerc | ||
- .codecimate.yml | ||
- ignore_words.txt | ||
- mypy.ini | ||
- pyproject.toml | ||
- setup.py | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: '.github/**/*' | ||
- any-glob-to-any-file: 'codecov.yml' | ||
- any-glob-to-any-file: '.flake8' | ||
- any-glob-to-any-file: '.coveragerc' | ||
- any-glob-to-any-file: '.codecimate.yml' | ||
- any-glob-to-any-file: 'ignore_words.txt' | ||
- any-glob-to-any-file: 'mypy.ini' | ||
- any-glob-to-any-file: 'pyproject.toml' | ||
- any-glob-to-any-file: 'setup.py' | ||
dependencies: | ||
- requirements* | ||
- environment.yml | ||
- any: | ||
- changed-files: | ||
- any-glob-to-any-file: 'requirements*' | ||
- any-glob-to-any-file: 'environment.yml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters