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.
grouping
1 parent 2ab9cfb commit 39da3caCopy full SHA for 39da3ca
modules/core/src/main/scala/org/scalasteward/core/repoconfig/PullRequestsConfig.scala
@@ -57,6 +57,7 @@ object PullRequestsConfig {
57
(x, y) =>
58
PullRequestsConfig(
59
frequency = x.frequency.orElse(y.frequency),
60
+ grouping = x.grouping |+| y.grouping,
61
includeMatchedLabels = x.includeMatchedLabels.orElse(y.includeMatchedLabels)
62
)
63
0 commit comments