From e35b3cbafae2a586226f031563cdafcd3edf93f9 Mon Sep 17 00:00:00 2001 From: Lionel C <43442120+lionel42@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:46:07 +0100 Subject: [PATCH] Create pull-request-links.yaml --- .github/workflows/pull-request-links.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/pull-request-links.yaml diff --git a/.github/workflows/pull-request-links.yaml b/.github/workflows/pull-request-links.yaml new file mode 100644 index 0000000..f66cf6a --- /dev/null +++ b/.github/workflows/pull-request-links.yaml @@ -0,0 +1,16 @@ +name: readthedocs/actions +on: + pull_request_target: + types: + - opened + +permissions: + pull-requests: write + +jobs: + pull-request-links: + runs-on: ubuntu-latest + steps: + - uses: readthedocs/actions/preview@v1 + with: + project-slug: "readthedocs-preview"