Backport PR #2942 on branch v3.10.x (Fix Cubeviz movie export) #10740
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check PR change log | |
on: | |
pull_request: | |
types: [opened, synchronize, labeled, unlabeled] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
changelog_checker: | |
name: Check if change log entry is correct | |
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 }} |