From 72056ef4299d4ed08b2d26225596aad9d5c7f758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:49:41 +0000 Subject: [PATCH] chore: update marocchino/sticky-pull-request-comment action to v3 | datasource | package | from | to | | ----------- | -------------------------------------- | ---- | -- | | github-tags | marocchino/sticky-pull-request-comment | v2 | v3 | --- .github/workflows/conventional_commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional_commit.yml b/.github/workflows/conventional_commit.yml index 92cc88d..fce110c 100644 --- a/.github/workflows/conventional_commit.yml +++ b/.github/workflows/conventional_commit.yml @@ -41,7 +41,7 @@ jobs: ``` # Delete a previous comment when the issue has been resolved - if: ${{ steps.check_pr_rule.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: check_pr_comment delete: true