Skip to content

fix: SDSS-V SpectrumList format ambiguity, mwmVisit BOSS load fail #22

fix: SDSS-V SpectrumList format ambiguity, mwmVisit BOSS load fail

fix: SDSS-V SpectrumList format ambiguity, mwmVisit BOSS load fail #22

Workflow file for this run

name: Changelog check
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changelog:
name: Check changelog entry
runs-on: ubuntu-latest
steps:
- name: Check change log entry
uses: scientific-python/[email protected]
env:
CHANGELOG_FILENAME: CHANGES.rst
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECK_MILESTONE: false