We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8224a commit ace5166Copy full SHA for ace5166
.github/hibernate-github-bot.yml
@@ -12,20 +12,20 @@ develocity:
12
buildScan:
13
addCheck: true
14
tags:
15
- - name: "OS"
+ - column: "OS"
16
pattern: "Linux"
17
18
pattern: "Windows.*"
19
replacement: "Windows"
20
- - name: "Java"
+ - column: "Java"
21
pattern: "jdk-(.*)"
22
replacement: "$1"
23
- - name: "Backend"
+ - column: "Backend"
24
pattern: "elasticsearch-(.*)"
25
replacement: "es-$1"
26
27
pattern: "lucene"
28
- - name: "DB"
+ - column: "DB"
29
pattern: "h2|postgres"
30
replacement: "$0"
31
- pattern: "hibernate.search|elasticsearch|main|\\d+.\\d+|PR-\\d+"
0 commit comments