mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
feat: create action-conventional-commits
This commit is contained in:
parent
abd844cd82
commit
a9ead711d0
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
@ -15,7 +15,7 @@ async function run() {
|
|||
}
|
||||
|
||||
let hasErrors;
|
||||
core.startGroup("Commit messages");
|
||||
core.startGroup("Commit messages:");
|
||||
for (let i = 0; i < context.payload.commits.length; i++) {
|
||||
let commit = context.payload.commits[i];
|
||||
if (isValidCommitMessage(commit.message)) {
|
||||
|
|
Loading…
Reference in a new issue