diff --git a/.github/workflows/conv-commits.yml b/.github/workflows/conv-commits.yml index 346fab3..4e8ff13 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db + - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # 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@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db + uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 with: header: pr-title-lint delete: true