From af840d2d5642daf25cbb3d8fc5f04d9909140bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 21:21: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/pr-etiquette.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-etiquette.yml b/.github/workflows/pr-etiquette.yml index ede9cbd0da40..23fddda56020 100644 --- a/.github/workflows/pr-etiquette.yml +++ b/.github/workflows/pr-etiquette.yml @@ -28,7 +28,7 @@ jobs: return String(data.status === 'diverged'); - if: steps.check.outputs.result == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: message: | Please avoid force-pushing to this PR. It makes it harder for reviewers to track what changed since the last review. diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dfa6239e0b0c..4112ef0c07d3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: - name: Post comment if unlabeled if: steps.check.outputs.result == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: message: 'To maintainers: Please add labels to this PR'