Skip to content

Commit 8fbf507

Browse files
authored
Update hibernate-github-bot.yml
1 parent ace5166 commit 8fbf507

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/hibernate-github-bot.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ develocity:
2323
- column: "Backend"
2424
pattern: "elasticsearch-(.*)"
2525
replacement: "es-$1"
26+
- column: "Backend"
27+
pattern: "(.*-)?opensearch-(.*)"
28+
replacement: "$1os-$2"
2629
- column: "Backend"
2730
pattern: "lucene"
2831
- column: "DB"
29-
pattern: "h2|postgres"
32+
pattern: "h2|postgres|postgres(ql)?|mysql|mssql|derby|tidb|cockroach(db)?|oracle.*|db2"
3033
replacement: "$0"
31-
- pattern: "hibernate.search|elasticsearch|main|\\d+.\\d+|PR-\\d+"
34+
- pattern: "hibernate.search|elasticsearch|opensearch|main|\\d+.\\d+|PR-\\d+"
3235
replacement: "" # Just remove these tags

0 commit comments

Comments
 (0)