Skip to content

Commit

Permalink
Add [3.0.x] prefix to scala-steward PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Apr 28, 2024
1 parent db6cc0d commit 8fc8a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pullRequests.frequency = "@monthly"

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"
commits.message = "[3.0.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

pullRequests.grouping = [
{ name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] }
{ name = "patches", "title" = "[3.0.x] Patch updates", "filter" = [{"version" = "patch"}] }
]

0 comments on commit 8fc8a37

Please sign in to comment.