From 95ee83ef316b18e55f1788e62920bc412b18cbc1 Mon Sep 17 00:00:00 2001 From: Matti Nannt Date: Mon, 11 Aug 2025 09:24:59 +0200 Subject: [PATCH] chore: remove semantic PR thank you comment to reduce PR spam (#6380) --- .github/workflows/semantic-pull-requests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index f570ca519f..ee93e92823 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -56,11 +56,3 @@ jobs: ``` ${{ steps.lint_pr_title.outputs.error_message }} ``` - - # Delete a previous comment when the issue has been resolved - - if: ${{ steps.lint_pr_title.outputs.error_message == null }} - uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2 - with: - header: pr-title-lint-error - message: | - Thank you for following the naming conventions for pull request titles! 🙏