We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852bb5 commit e83f121Copy full SHA for e83f121
.scala-steward.conf
@@ -20,4 +20,11 @@ updates.ignore = [
20
# If set, Scala Steward will use this message template for the commit messages and PR titles.
21
# Supported variables: ${artifactName}, ${currentVersion}, ${nextVersion} and ${default}
22
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
23
-commits.message = "${default}\n\nSigned-off-by: Hyperledger Bot <hyperledger-bot@hyperledger.org>"
+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