From df87b2524263a2b433dac83535551b566e1babb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:16:02 +0000 Subject: [PATCH] Bump marocchino/sticky-pull-request-comment from 2 to 3 Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_deploy.yml | 2 +- .github/workflows/_undeploy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index e0be4f552e96..0d4afc86420a 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -85,7 +85,7 @@ jobs: run: echo "time=$(date -u '+%Y-%m-%d %H:%M %Z')" >> "$GITHUB_OUTPUT" - name: Add comment to Pull Request with link to preview 🕸️ - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 if: ${{ inputs.environment_name == 'preview' }} with: header: pr-preview diff --git a/.github/workflows/_undeploy.yml b/.github/workflows/_undeploy.yml index 5301db3d3ded..ac17983f2ce0 100644 --- a/.github/workflows/_undeploy.yml +++ b/.github/workflows/_undeploy.yml @@ -66,7 +66,7 @@ jobs: run: echo "time=$(date -u '+%Y-%m-%d %H:%M %Z')" >> "$GITHUB_OUTPUT" - name: Update comment on Pull Request 🕸️ - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 if: ${{ inputs.environment_name == 'preview' }} with: header: pr-preview @@ -78,7 +78,7 @@ jobs: |
Preview removed at ${{ steps.timestamp.outputs.time }} because the pull request was closed.
- name: Hide comment on Pull Request 🙈 - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 if: ${{ inputs.environment_name == 'preview' }} with: header: pr-preview