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
a9ead711d0
commit
11319c4557
1 changed files with 1 additions and 1 deletions
2
dist/main/index.js
vendored
2
dist/main/index.js
vendored
|
@ -23573,7 +23573,7 @@ function run() {
|
|||
return;
|
||||
}
|
||||
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