From d78f9384491c1cc2a3cbf960658aca6acab56080 Mon Sep 17 00:00:00 2001 From: Sergey Morgunov Date: Mon, 22 Apr 2024 12:45:25 +0300 Subject: [PATCH] Add tag `[2.9.x]` for Steward's pull requests --- .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 c17dba6..33c52cf 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 = "[2.9.x] ${artifactName} ${nextVersion} (was ${currentVersion})" pullRequests.grouping = [ - { name = "patches", "title" = "Patch updates", "filter" = [{"version" = "patch"}] } + { name = "patches", "title" = "[2.9.x] Patch updates", "filter" = [{"version" = "patch"}] } ]