Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naihsuanshao authored Oct 22, 2024
1 parent 52a31d3 commit 3c41561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/conventional-commits/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ runs:
if (!is_valid) {
const regex = validator.toString()
core.setFailed(`Your pr title doesn't adhere to conventional commits syntax. Start with chore, feat, fix, revert, test, or docs and add an ! if the change is breaking. Title must satisfy this regex: ${regex}.`)
core.setFailed(`Your pr title doesn't adhere to conventional commits syntax. Start with chore, feat, fix, test, revert, or docs and add an ! if the change is breaking. Title must satisfy this regex: ${regex}.`)
}

0 comments on commit 3c41561

Please sign in to comment.