diff --git a/.github/workflows/conv-commits.yml b/.github/workflows/conv-commits.yml index 4fe9164..346fab3 100644 --- a/.github/workflows/conv-commits.yml +++ b/.github/workflows/conv-commits.yml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: wip: true - - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 + - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # Even if the lint_pr_title step fails, we should populate error message. if: always() && (steps.lint_pr_title.outputs.error_message != null) with: @@ -42,7 +42,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@52423e01640425a022ef5fd42c6fb5f633a02728 + uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db with: header: pr-title-lint delete: true