From e5b0602186dd0c0d7fa2527d37a54556e2e2404a Mon Sep 17 00:00:00 2001 From: schoobydrew <36652374+schoobydrew@users.noreply.github.com> Date: Fri, 15 May 2026 20:00:07 -0500 Subject: [PATCH 1/2] Update README.md Signed-off-by: schoobydrew <36652374+schoobydrew@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d9c5fcfc..94fc52104 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ The `master` branch is linked to a Firebase site and will auto-deploy when chang Build/deploy previews will be automatically generated for pull requests into the `master` branch. Build/deploy previews can be used to review changes to determine if they are ready to be merged into `master`. +smile more :) + ### Support See [SUPPORT.md](https://github.com/PaloAltoNetworks/pan.dev/blob/master/SUPPORT.md). From 50dc750f7fae3005cd24c04ec9bc052f80326049 Mon Sep 17 00:00:00 2001 From: schoobydrew <36652374+schoobydrew@users.noreply.github.com> Date: Fri, 15 May 2026 20:07:51 -0500 Subject: [PATCH 2/2] Update deploy-preview.yml Signed-off-by: schoobydrew <36652374+schoobydrew@users.noreply.github.com> --- .github/workflows/deploy-preview.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index cd7819477..bd6fd86a6 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -18,11 +18,12 @@ jobs: permissions: contents: read outputs: - is-org-member-result: ${{ steps.is-org-member.outputs.is-org-member-result }} + is-org-member-result: ${{ steps.is-org-member.outputs.is-org-member-result }} # check pr author steps: - name: Check if PR head is trusted id: is-org-member run: | + echo checking pr author if [[ "$PR_AUTHOR" == "create-pr-on-fork-for-pan-dev[bot]" ]]; then echo "is-org-member-result=true" >> "$GITHUB_OUTPUT" exit 0