Skip to content

Commit

Permalink
Merge pull request #169 from mkurz/prefixes_prs
Browse files Browse the repository at this point in the history
Add `[3.0.x] ` prefix to scala-steward PRs
  • Loading branch information
mkurz committed Apr 28, 2024
2 parents db6cc0d + 8fc8a37 commit af62b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scala-steward.conf
@@ -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 af62b0c

Please sign in to comment.