Skip to content

Commit

Permalink
add comment on PRs to ask for dev site review
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Jun 18, 2023
1 parent 4db4a76 commit 8f980be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,11 @@ jobs:
# run: git diff
# - name: Check clean up
# run: git diff --quiet --exit-code
- name: Comment PR
if: steps.set-vars.outputs.target == 'dev'
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Make sure to review the projects you changed on the dev site: https://holoviz-dev.github.io/examples/.
You can also download an archive of the site from the workflow summary page, which comes in handy
when your dev site built was overriden by another PR (we have a single dev site!).

0 comments on commit 8f980be

Please sign in to comment.