This commit is contained in:
Neil Hanlon
2025-08-08 13:46:59 -04:00
parent 81e5a18460
commit 324530ce63
+3
View File
@@ -18,6 +18,8 @@ permissions:
contents: read
pages: write
id-token: write
issues: write
pull-requests: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
@@ -130,6 +132,7 @@ jobs:
- name: Comment PR
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const domain = `thepotato-tech-pr-${{ github.event.number }}.surge.sh`;
github.rest.issues.createComment({