Skip to content

Commit

Permalink
Bump actions/labeler from 4 to 5 in /.github/workflows (#2617)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and pllim authored Dec 18, 2023
1 parent f35136d commit a11536e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 18 deletions.
64 changes: 47 additions & 17 deletions .github/labeler.yml
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/**/*
2 changes: 1 addition & 1 deletion .github/workflows/open_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
# NOTE: sync-labels due to https://github.com/actions/labeler/issues/112
- name: Label PR
uses: actions/labeler@v4
uses: actions/labeler@v5
if: github.event_name == 'pull_request_target' && github.event.pull_request.user.login != 'meeseeksmachine'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit a11536e

Please sign in to comment.