From a11bffdec5c9bfc762d3e8df0c2d779edbc7dc22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:44:15 +0000 Subject: [PATCH] chore(deps): bump marocchino/sticky-pull-request-comment Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2.9.4 to 3.0.2. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](https://github.com/marocchino/sticky-pull-request-comment/compare/773744901bac0e8cbb5a0dc842800d45e9b2b405...70d2764d1a7d5d9560b100cbea0077fc8f633987) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/conventional-commits.yml | 4 ++-- .github/workflows/demo-hint.yml | 2 +- .github/workflows/demo.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index d3ddae9..c56e10c 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: wip: true - - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # Even if the lint_pr_title step fails, we should populate error message. if: always() && (steps.lint_pr_title.outputs.error_message != null) with: @@ -37,7 +37,7 @@ jobs: ``` # Delete the comment when the issue has been resolved - if: ${{ steps.lint_pr_title.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: pr-title-lint delete: true diff --git a/.github/workflows/demo-hint.yml b/.github/workflows/demo-hint.yml index cb9c84e..7ae078d 100644 --- a/.github/workflows/demo-hint.yml +++ b/.github/workflows/demo-hint.yml @@ -11,7 +11,7 @@ jobs: hint: runs-on: ubuntu-latest steps: - - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + - uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: demo message: | diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 75193b6..8a29684 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -74,7 +74,7 @@ jobs: fi - name: Post demo comment - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 + uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 with: header: demo number: ${{ inputs.pr_number }}