10000 Move expected changes to their own subsection · python/peps@3d9b923 · GitHub
[go: up one dir, main page]

Skip to content

PEP 719: Move actual bugfix releases to their own subsection #1246

PEP 719: Move actual bugfix releases to their own subsection

PEP 719: Move actual bugfix releases to their own subsection #1246

name: Read the Docs PR preview
on:
pull_request_target:
types:
- opened
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
documentation-links:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "pep-previews"
single-version: "true"
0