Skip to content

Commit 5de97c4

Browse files
committed
Better handle tags for amazon-opensearch-serverless and DBs in Develocity build scan reports
1 parent 6dd9443 commit 5de97c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/hibernate-github-bot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,16 @@ develocity:
5050
- column: "Backend"
5151
pattern: "elasticsearch-(.*)"
5252
replacement: "es-$1"
53+
- column: "Backend"
54+
pattern: "amazon-opensearch-serverless(-[\d\.]+)?"
55+
replacement: "amzn-os-svrless"
5356
- column: "Backend"
5457
pattern: "(.*-)?opensearch-(.*)"
5558
replacement: "$1os-$2"
5659
- column: "Backend"
5760
pattern: "lucene"
5861
- column: "DB"
59-
pattern: "h2|postgres(ql)?|mysql|mssql|derby|tidb|cockroach(db)?|oracle.*|db2"
62+
pattern: "h2|postgres(ql)?|pgsql|mysql|mariadb|mssql|derby|tidb|cockroach(db)?|oracle.*|db2|hsqldb|edb|sybase"
6063
replacement: "$0"
6164
- pattern: "hibernate.search|elasticsearch|opensearch|main|HEAD|\\d+.\\d+|PR-\\d+"
6265
replacement: "" # Just remove these tags

0 commit comments

Comments
 (0)