diff --git a/.github/workflows/pr_lint.yml b/.github/workflows/pr_lint.yml index 22e00cbd8d..24bda9d2fa 100644 --- a/.github/workflows/pr_lint.yml +++ b/.github/workflows/pr_lint.yml @@ -27,10 +27,6 @@ jobs: message: | Pull requests titles must follow the [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/) - Details: - ``` - ${{ 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