Infra: Automatically edit PRs with link to RTD preview (#3031)
This commit is contained in:
parent
57f118e963
commit
d54d4e66c7
|
@ -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"
|
Loading…
Reference in New Issue