Skip to content

Commit e775a5b

Browse files
committed
HV-2059 Adjust build scan GH bot reporting
1 parent d605ee8 commit e775a5b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/hibernate-github-bot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,23 @@ jira:
2727
- "README.md"
2828
- "MAINTAINERS.md"
2929
- "CONTRIBUTING.md"
30+
develocity:
31+
buildScan:
32+
addCheck: true
33+
tags:
34+
- column: "OS"
35+
pattern: "Linux"
36+
- column: "OS"
37+
pattern: "Windows.*"
38+
replacement: "Windows"
39+
- column: "Java"
40+
pattern: "jdk-(.*)"
41+
replacement: "$1"
42+
- column: "TCK mode"
43+
pattern: "(.+)-TCK"
44+
replacement: "$1"
45+
- column: "TCK Version"
46+
pattern: "Validation-TCK-(.+)"
47+
replacement: "$1"
48+
- pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+"
49+
replacement: "" # Just remove these tags

0 commit comments

Comments
 (0)