Skip to content

Commit

Permalink
Create pull-request-links.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel42 authored Nov 15, 2023
1 parent b4d1e3f commit e35b3cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pull-request-links.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit e35b3cb

Please sign in to comment.