Skip to content

Commit

Permalink
chore(convention): allowed merge commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido committed Apr 10, 2024
1 parent abe1d8b commit 3537e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setting/convention.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ githook {
// task = "check"
}
}
}

conventionalCommits {
ignoreCommitMessage = ".*(merge|Merge).*"
}

0 comments on commit 3537e38

Please sign in to comment.