From 8031e211e950f264e83b66fefab2c7f55c688c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Mon, 29 Apr 2024 13:44:31 +0200 Subject: [PATCH] Fix invalid s390x config in Hibernate GitHub Bot config --- .github/hibernate-github-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/hibernate-github-bot.yml b/.github/hibernate-github-bot.yml index c66e581a7d..21b7d779fb 100644 --- a/.github/hibernate-github-bot.yml +++ b/.github/hibernate-github-bot.yml @@ -51,7 +51,7 @@ develocity: replacement: "$1" - column: "Java" pattern: "s390x" - replacement: "$1" + replacement: "$0" - column: "DB" pattern: "((?:h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)(?:.*(?=_ci)|.*))(?:_ci)?" replacement: "$1"