Infra: Automatically edit PRs with link to RTD preview (#3031)

This commit is contained in:
Hugo van Kemenade 2023-03-01 07:05:31 +02:00 committed by GitHub
parent 57f118e963
commit d54d4e66c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Read the Docs PR preview
on:
pull_request_target:
types:
- opened
permissions:
pull-requests: write
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "pep-previews"