Skip to content

Commit

Permalink
ci(root): Better readability of PR title linting comment (#5616)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
rifont committed May 21, 2024
1 parent 6f24dc3 commit 14b6e3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 14b6e3b

Please sign in to comment.