Skip to content

Commit

Permalink
Add preview link message
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Oct 10, 2023
1 parent 3abae7c commit 9eb4d26
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/preview-message.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/add-pr-comment@v2
with:
message: |
You can preview this docs PR at http://${{ github.event.number }}.docs-pr.validatedpatterns.io

0 comments on commit 9eb4d26

Please sign in to comment.