Skip to content

Commit 9513894

Browse files
authored
Apply suggestions from code review
1 parent 63f6c8c commit 9513894

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ jobs:
3232
message: |
3333
Hey there! 👋
3434
35-
We noticed that the title of your pull request doesn't follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. To ensure consistency, we kindly ask you to adjust the title accordingly.
35+
We noticed that the title of your pull request doesn't follow the
36+
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
37+
specification. To ensure consistency, we kindly ask you to adjust the
38+
title accordingly.
3639
3740
Here are the details:
3841
39-
```
4042
${{ steps.lint.outputs.error_message }}
41-
```
43+
4244
- if: ${{ steps.lint.outputs.error_message == null }}
4345
uses: marocchino/sticky-pull-request-comment@v2
4446
with:

0 commit comments

Comments
 (0)