Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
raynamharris committed Mar 15, 2023
2 parents d2f118b + 3657e2f commit 7171812
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/comment-PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on: pull_request

jobs:
example_comment_pr:
runs-on: ubuntu-latest
name: Add ReadTheDocs preview link to PR
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Preview the PR at https://raynamharrisgithubio--${{ github.event.number }}.org.readthedocs.build/en/${{ github.event.number }}/

0 comments on commit 7171812

Please sign in to comment.