From b698e32d40864fe28e7787d3371566c83dd09bd2 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 28 Apr 2024 20:03:04 +0200 Subject: [PATCH] Add `[3.0.x] ` prefix to scala-steward 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 425b16751..adcb3530f 100644 --- a/.github/scala-steward.conf +++ b/.github/scala-steward.conf @@ -1,9 +1,9 @@ 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"}] } ] buildRoots = [