-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/labeler from 4 to 5 in /.github/workflows (#2617)
* Bump actions/labeler from 4 to 5 in /.github/workflows Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update labeler rules * Tweak plugin labeler rule * Fix rules for real [ci skip] --------- Co-authored-by: P. L. Lim <[email protected]>
- Loading branch information
1 parent
f35136d
commit a11536e
Showing
2 changed files
with
48 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,32 +1,62 @@ | ||
documentation: | ||
- docs/**/* | ||
- licenses/* | ||
- notebooks/**/* | ||
- .readthedocs.yaml | ||
- README.rst | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- docs/**/* | ||
- licenses/* | ||
- notebooks/**/* | ||
- .mailmap | ||
- .readthedocs.yaml | ||
- README.rst | ||
- LICENSE.rst | ||
- '*.md' | ||
- '*.cff' | ||
|
||
testing: | ||
- .github/workflows/* | ||
- jdaviz/conftest.py | ||
- jdaviz/tests/* | ||
- .bandit.yaml | ||
- tox.ini | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/workflows/* | ||
- jdaviz/conftest.py | ||
- jdaviz/tests/* | ||
- .bandit.yaml | ||
- .flake8 | ||
- codecov.yml | ||
- conftest.py | ||
- '**/conftest.py' | ||
- tox.ini | ||
|
||
embed: | ||
- jdaviz/*.vue | ||
- share/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/*.vue | ||
- share/**/* | ||
|
||
plugin: | ||
- changed-files: | ||
- all-globs-to-any-file: | ||
- '**/plugins/**/*' | ||
- '!**/plugins/viewers.py' | ||
|
||
cubeviz: | ||
- jdaviz/configs/cubeviz/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/configs/cubeviz/**/* | ||
|
||
imviz: | ||
- jdaviz/configs/imviz/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/configs/imviz/**/* | ||
|
||
mosviz: | ||
- jdaviz/configs/mosviz/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/configs/mosviz/**/* | ||
|
||
specviz: | ||
- jdaviz/configs/specviz/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/configs/specviz/**/* | ||
|
||
specviz2d: | ||
- jdaviz/configs/specviz2d/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- jdaviz/configs/specviz2d/**/* |
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