Skip to content

Commit

Permalink
Merge pull request #271 from ihostage/steward-1.2.x
Browse files Browse the repository at this point in the history
Add tag [1.2.x] for Steward's pull requests
  • Loading branch information
mkurz authored Apr 18, 2024
2 parents 7c71149 + a9e6df3 commit 93ed591
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 = "[1.2.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

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

0 comments on commit 93ed591

Please sign in to comment.