From 14b6e3bc6528428457e28d9fb2b5a7b8b9fc218f Mon Sep 17 00:00:00 2001 From: Richard Fontein <32132657+rifont@users.noreply.github.com> Date: Tue, 21 May 2024 11:13:35 +0100 Subject: [PATCH] ci(root): Better readability of PR title linting comment (#5616) * ci(workflow): Remove redundant code blocks from yaml * ci: Enable PR events in conventional-commit.yml * style: Update formatting in CI workflow file * ci: Comment out pull_request_target event * ci: update workflow to use pull_request_target --- .github/workflows/conventional-commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/conventional-commit.yml b/.github/workflows/conventional-commit.yml index 7ef059c65a4..047aa847d48 100644 --- a/.github/workflows/conventional-commit.yml +++ b/.github/workflows/conventional-commit.yml @@ -60,11 +60,9 @@ jobs: Your PR title is: `${{ github.event.pull_request.title }}` It should be something like: `feat(scope): Add fancy new feature` - Details: + **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 }}