diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index d8618c1c..c42dff03 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -19,7 +19,7 @@ jobs: - name: Comment on the PR if the title doesn't follow the Conventional Commits specification if: always() && (steps.lint_pr_title.outputs.error_message != null) - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 with: header: pr-title-lint-error message: | @@ -35,7 +35,7 @@ jobs: - name: Delete the previous comment once the PR title has been updated if: ${{ steps.lint_pr_title.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 with: header: pr-title-lint-error delete: true