We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d605ee8 commit e775a5bCopy full SHA for e775a5b
.github/hibernate-github-bot.yml
@@ -27,3 +27,23 @@ jira:
27
- "README.md"
28
- "MAINTAINERS.md"
29
- "CONTRIBUTING.md"
30
+develocity:
31
+ buildScan:
32
+ addCheck: true
33
+ tags:
34
+ - column: "OS"
35
+ pattern: "Linux"
36
37
+ pattern: "Windows.*"
38
+ replacement: "Windows"
39
+ - column: "Java"
40
+ pattern: "jdk-(.*)"
41
+ replacement: "$1"
42
+ - column: "TCK mode"
43
+ pattern: "(.+)-TCK"
44
45
+ - column: "TCK Version"
46
+ pattern: "Validation-TCK-(.+)"
47
48
+ - pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+"
49
+ replacement: "" # Just remove these tags
0 commit comments