From bb1c6ceb9dd44a16b73f0b7d83a414c341ac9620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 16:16:46 +0000 Subject: [PATCH 1/2] Bump actions/labeler from 4 to 5 Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/open_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/open_actions.yml b/.github/workflows/open_actions.yml index 82a3c79..08915d6 100644 --- a/.github/workflows/open_actions.yml +++ b/.github/workflows/open_actions.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label PR - uses: actions/labeler@v4 + uses: actions/labeler@v5 if: github.event_name == 'pull_request_target' || github.event_name == 'pull_request' with: repo-token: "${{ secrets.GITHUB_TOKEN }}" From b0fe0a61e72c9ac6aa70ee4e3f8196c73afb243d Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:36:53 -0500 Subject: [PATCH 2/2] Update labeler.yml --- .github/labeler.yml | 88 ++++++++++++++++++++++++++++----------------- 1 file changed, 56 insertions(+), 32 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index ea9f7af..4efccca 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,53 +1,77 @@ docs: - - .github/**/*.md - - .readthedocs.yaml - - docs/**/* - - docs/_static/* - - docs/_templates/* - - legacy_materials/* - - LICENSE - - licenses/* - - '*.md' - - any: ['*.rst', '!CHANGES.rst'] +- changed-files: + - any-glob-to-any-file: + - .github/**/*.md + - .readthedocs.yaml + - docs/**/* + - docs/_static/* + - docs/_templates/* + - legacy_materials/* + - LICENSE + - licenses/* + - '*.md' + - all-globs-to-any-file: + - '*.rst' + - '!CHANGES.rst' testing: - - .bandit.yaml - - .github/**/*.yml - - conftest.py - - tox.ini - - stsynphot/tests/**/* - - stsynphot/commissioning/**/* +- changed-files: + - any-glob-to-any-file: + - .bandit.yaml + - .github/**/*.yml + - conftest.py + - tox.ini + - stsynphot/tests/**/* + - stsynphot/commissioning/**/* installation: - - MANIFEST.in - - pyproject.toml - - setup.* +- changed-files: + - any-glob-to-any-file: + - MANIFEST.in + - pyproject.toml + - setup.* catalog: - - stsynphot/catalog.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/catalog.py config: - - stsynphot/config.py - - docs/stsynphot/config.rst +- changed-files: + - any-glob-to-any-file: + - stsynphot/config.py + - docs/stsynphot/config.rst observationmode: - - stsynphot/observationmode.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/observationmode.py spectrum: - - stsynphot/spectrum.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/spectrum.py spparser: - - stsynphot/spark.py - - stsynphot/spparser.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/spark.py + - stsynphot/spparser.py stio: - - stsynphot/data/irafshortcuts.txt - - stsynphot/stio.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/data/irafshortcuts.txt + - stsynphot/stio.py tables: - - stsynphot/tables.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/tables.py wavetable: - - stsynphot/data/detectors.dat - - stsynphot/data/wavecats/* - - stsynphot/wavetable.py +- changed-files: + - any-glob-to-any-file: + - stsynphot/data/detectors.dat + - stsynphot/data/wavecats/* + - stsynphot/wavetable.py