File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 26
26
#
27
27
# Default: @asap
28
28
#
29
- #pullRequests.frequency = "0 0 ? * 3" # every thursday on midnight
30
- pullRequests.frequency = "0 12 1,16 * *" # every 1st and 16th of the month at noon
29
+ pullRequests.frequency = "0 0 ? * MON" # every monday at midnight
30
+
31
+ # pullRequests.customLabels allows to add custom labels to PRs.
32
+ # This is useful if you want to use the labels for automation (project board for example).
33
+ # Defaults to no labels (no labels are added).
34
+ pullRequests.customLabels = [ "Scala_Steward" ]
31
35
32
36
# Only these dependencies which match the given patterns are updated.
33
37
#
@@ -74,7 +78,7 @@ updatePullRequests = "always"
74
78
# If set, Scala Steward will use this message template for the commit messages and PR titles.
75
79
# Supported variables: ${artifactName}, ${currentVersion}, ${nextVersion} and ${default}
76
80
# Default: "${default}" which is equivalent to "Update ${artifactName} to ${nextVersion}"
77
- commits.message = "(Broadbot) Update ${artifactName} from ${currentVersion} to ${nextVersion}"
81
+ commits.message = "CORE-69: Update ${artifactName} from ${currentVersion} to ${nextVersion}"
78
82
79
83
# If true and when upgrading version in .scalafmt.conf, Scala Steward will perform scalafmt
80
84
# and add a separate commit when format changed. So you don't need reformat manually and can merge PR.
You can’t perform that action at this time.
0 commit comments