Skip to content

Commit

Permalink
Add tag [1.6.x] for Steward's pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Apr 22, 2024
1 parent 40a2291 commit 719a3bc
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,9 +1,9 @@
pullRequests.frequency = "@monthly"

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

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

buildRoots = [
Expand Down

0 comments on commit 719a3bc

Please sign in to comment.