diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 658fbad..4a24808 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -25,7 +25,7 @@ jobs: !contains(fromJson('[ "dependabot[bot]", "dependabot-preview[bot]", "allcontributors"]'), github.actor)}} name: Comment on PR - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: pr-title-lint-error GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -38,7 +38,7 @@ jobs: ``` - if: ${{ steps.lint_pr_title.outputs.error_message == null }} name: delete the comment - uses: marocchino/sticky-pull-request-comment@v2.8.0 + uses: marocchino/sticky-pull-request-comment@v2.9.0 with: header: pr-title-lint-error delete: true