Skip to content

Commit

Permalink
HV-2059 Adjust build scan GH bot reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Nov 5, 2024
1 parent d605ee8 commit e775a5b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/hibernate-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,23 @@ jira:
- "README.md"
- "MAINTAINERS.md"
- "CONTRIBUTING.md"
develocity:
buildScan:
addCheck: true
tags:
- column: "OS"
pattern: "Linux"
- column: "OS"
pattern: "Windows.*"
replacement: "Windows"
- column: "Java"
pattern: "jdk-(.*)"
replacement: "$1"
- column: "TCK mode"
pattern: "(.+)-TCK"
replacement: "$1"
- column: "TCK Version"
pattern: "Validation-TCK-(.+)"
replacement: "$1"
- pattern: "org.hibernate.validator|Hibernate Validator|main|HEAD|\\d+.\\d+|PR-\\d+"
replacement: "" # Just remove these tags

0 comments on commit e775a5b

Please sign in to comment.