Skip to content

Commit e83f121

Browse files
ci: fix scala-steward message title (#471)
Signed-off-by: Fabio Pinheiro <fabiomgpinheiro@gmail.com>
1 parent 9852bb5 commit e83f121

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.scala-steward.conf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ updates.ignore = [
2020
# If set, Scala Steward will use this message template for the commit messages and PR titles.
2121
# Supported variables: ${artifactName}, ${currentVersion}, ${nextVersion} and ${default}
2222
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
23-
commits.message = "${default}\n\nSigned-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>"
23+
commits.message = "${default}"
24+
25+
# If true, Scala Steward will sign off all commits (e.g. `git --signoff`).
26+
# Default: false
27+
signoffCommits = true
28+
29+
assignees = [ "FabioPinheiro" ]
30+

0 commit comments

Comments
 (0)