Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
naihsuanshao authored Oct 22, 2024
2 parents 80c5715 + 9c73329 commit 7e99fd0
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 7e99fd0

Please sign in to comment.