Skip to content

Commit ace5166

Browse files
authored
New syntax in hibernate-github-bot.yml
1 parent 4d8224a commit ace5166

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/hibernate-github-bot.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ develocity:
1212
buildScan:
1313
addCheck: true
1414
tags:
15-
- name: "OS"
15+
- column: "OS"
1616
pattern: "Linux"
17-
- name: "OS"
17+
- column: "OS"
1818
pattern: "Windows.*"
1919
replacement: "Windows"
20-
- name: "Java"
20+
- column: "Java"
2121
pattern: "jdk-(.*)"
2222
replacement: "$1"
23-
- name: "Backend"
23+
- column: "Backend"
2424
pattern: "elasticsearch-(.*)"
2525
replacement: "es-$1"
26-
- name: "Backend"
26+
- column: "Backend"
2727
pattern: "lucene"
28-
- name: "DB"
28+
- column: "DB"
2929
pattern: "h2|postgres"
3030
replacement: "$0"
3131
- pattern: "hibernate.search|elasticsearch|main|\\d+.\\d+|PR-\\d+"

0 commit comments

Comments
 (0)