We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab120e8 commit 65ae63bCopy full SHA for 65ae63b
.github/hibernate-github-bot.yml
@@ -3,4 +3,10 @@ develocity:
3
buildScan:
4
# To have the bot create a GitHub check listing Develocity build scans
5
# for every commit that has completed checks related to CI (GitHub Actions or Jenkins)
6
- addCheck: true
+ 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