Skip to content

JP-2980 Documentation improvement for multiprocessing: a script which spawns processes on import will cause system failure #5123

JP-2980 Documentation improvement for multiprocessing: a script which spawns processes on import will cause system failure

JP-2980 Documentation improvement for multiprocessing: a script which spawns processes on import will cause system failure #5123

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@v4
with:
submodules: true
- run: grep -P '\[[^\]]*#${{github.event.number}}[,\]]' CHANGES.rst
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-changelog-entry-needed') }}