Simpler DB tag regexp in Hibernate GitHub Bot config

This commit is contained in:
Yoann Rodière 2024-04-29 09:16:17 +02:00
parent e6b6f4b145
commit 46c553dc3c
No known key found for this signature in database
GPG Key ID: C78C6E63D1D81794
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ develocity:
pattern: "s390x"
replacement: "$1"
- column: "DB"
pattern: "(h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)((?:(?!_ci).)*)(?:_ci)?"
replacement: "$1$2"
pattern: "(h2|postgres(?:ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(?:db)?|oracle|db2|hsqldb|edb|sybase)(?:(.*)_ci|(.*))"
replacement: "$1$2$3"
- pattern: "main|HEAD|\\d+.\\d+|PR-\\d+"
replacement: "" # Just remove these tags