Skip to content

Commit

Permalink
Merge pull request #168 from mkurz/prefixes_prs_2.9.x
Browse files Browse the repository at this point in the history
Add `[2.9.x]` prefix to scala-steward PRs
  • Loading branch information
mkurz committed Apr 28, 2024
2 parents af0d256 + aee921b commit d3fa7e6
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 = "[2.9.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

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

0 comments on commit d3fa7e6

Please sign in to comment.