Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- edited
- synchronize
jobs:
default:
conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
Expand Down Expand Up @@ -34,12 +34,12 @@ jobs:

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.

Details are below the break:

----------------------------
<details><summary>Additional details</summary>

${{ steps.lint.outputs.error_message }}

</details>

- if: ${{ steps.lint.outputs.error_message == null }}
uses: marocchino/sticky-pull-request-comment@v2
with:
Expand Down
Loading