File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ pull_request_rules:
99- name : merge scala-steward's PRs
1010 conditions :
1111 - author=scala-steward
12- - body~=labels:.*early-semver-patch
12+ - or :
13+ - body~=labels:.*early-semver-patch
14+ - body~=labels:.*early-semver-minor
1315 - status-success=Build and Test (ubuntu-latest, 2.13, temurin@17)
1416 actions :
1517 merge : {}
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ ThisBuild / githubWorkflowPublish := Seq(
4242)
4343ThisBuild / githubWorkflowPublishTargetBranches := Seq (RefPredicate .StartsWith (Ref .Tag (" v" )))
4444ThisBuild / tlCiMimaBinaryIssueCheck := false
45+ ThisBuild / mergifyStewardConfig ~= {
46+ _.map(_.copy(mergeMinors = true ))
47+ }
4548
4649lazy val root = project.in(file(" ." )).enablePlugins(NoPublishPlugin ).aggregate(
4750 `fake-ec2-metadata-service`
You can’t perform that action at this time.
0 commit comments