Skip to content

Commit

Permalink
Merge pull request #188 from spacetelescope/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/master/actions/labeler-5

Bump actions/labeler from 4 to 5
  • Loading branch information
pllim committed Feb 22, 2024
2 parents 5aaedb1 + b0fe0a6 commit 3bf4d6b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 33 deletions.
88 changes: 56 additions & 32 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion .github/workflows/open_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 3bf4d6b

Please sign in to comment.