diff --git a/.github/labeler.yml b/.github/labeler.yml index 052e9b5745..71b6f2320d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/* diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index 5640b7aa47..6bb69609a0 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -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 }}"