Skip to content

Commit

Permalink
Merge pull request #462 from ihostage/steward-7.x
Browse files Browse the repository at this point in the history
Add tag `[7.x]` for Steward's pull requests
  • Loading branch information
mkurz authored Apr 22, 2024
2 parents c9b7d9b + c7b0522 commit 3a46d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pullRequests.frequency = "@monthly"
commits.message = "[7.x] ${artifactName} ${nextVersion} (was ${currentVersion})"

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

buildRoots = [
Expand Down

0 comments on commit 3a46d6f

Please sign in to comment.