From 6be08592dfa6ff55c7c3375a010449eb72115bcb Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Wed, 12 Jun 2024 21:55:13 +0200 Subject: [PATCH] Update semantic-pull-requests.yml --- .github/workflows/semantic-pull-requests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/semantic-pull-requests.yml b/.github/workflows/semantic-pull-requests.yml index 6a06056cbc6a28..b9a80a0ec97804 100644 --- a/.github/workflows/semantic-pull-requests.yml +++ b/.github/workflows/semantic-pull-requests.yml @@ -37,12 +37,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@v2 - with: - header: pr-title-lint-error - message: | - Thank you for following the naming conventions! 🙏 Feel free to join our [discord](https://go.cal.com/discord) and post your PR link. -