From ec065103b6db0f39d1dfe37c5840368aa9c57e4c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 8 Mar 2024 09:48:16 +0100 Subject: [PATCH] Add branch Scala stewards PRs --- .github/scala-steward.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scala-steward.conf b/.github/scala-steward.conf index c17dba63..a0683030 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -1,7 +1,7 @@ pullRequests.frequency = "@monthly" -commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})" +commits.message = "[5.3.x] ${artifactName} ${nextVersion} (was ${currentVersion})" pullRequests.grouping = [ - { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } + { name = "patches", "title" = "[5.3.x] Patch updates", "filter" = [{"version" = "patch"}] } ]