Skip to content

Bump the actions group across 1 directory with 2 updates #159

Bump the actions group across 1 directory with 2 updates

Bump the actions group across 1 directory with 2 updates #159

Workflow file for this run

name: Ensure changelog
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]
jobs:
ensure_changelog:
name: Verify that a changelog entry exists for this pull request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
submodules: true
- run: grep -P '\[[^\]]*#${{github.event.number}}[,\]]' CHANGES.rst
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog-entry-needed') }}