Skip to content

Commit 5f0bcbf

Browse files
authored
chore: Use details for extra info from error message (#1903)
1 parent 69dccd6 commit 5f0bcbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- edited
77
- synchronize
88
jobs:
9-
default:
9+
conventional-commits:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: amannn/action-semantic-pull-request@v5
@@ -34,12 +34,12 @@ jobs:
3434
3535
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.
3636
37-
Details are below the break:
38-
39-
----------------------------
37+
<details><summary>Additional details</summary>
4038
4139
${{ steps.lint.outputs.error_message }}
4240
41+
</details>
42+
4343
- if: ${{ steps.lint.outputs.error_message == null }}
4444
uses: marocchino/sticky-pull-request-comment@v2
4545
with:

0 commit comments

Comments
 (0)