Skip to content

Commit 65ae63b

Browse files
committed
[hibernate#1901] Configure Develocity
1 parent ab120e8 commit 65ae63b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/hibernate-github-bot.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ develocity:
33
buildScan:
44
# To have the bot create a GitHub check listing Develocity build scans
55
# for every commit that has completed checks related to CI (GitHub Actions or Jenkins)
6-
addCheck: true
6+
addCheck: true
7+
# To group tags in a separate column and/or alter/remove some tags,
8+
# a list of column rules can be configured:
9+
tags:
10+
- column: "Database"
11+
pattern: "Test with (.*)"
12+
replacement: "$1"

0 commit comments

Comments
 (0)