We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
commonhaus
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ec424f0 commit 070e7fdCopy full SHA for 070e7fd
.github/hibernate-github-bot.yml
@@ -10,4 +10,23 @@ jira:
10
- "*.Jenkinsfile"
11
develocity:
12
buildScan:
13
- addCheck: true
+ addCheck: true
14
+ tags:
15
+ - name: "OS"
16
+ pattern: "Linux"
17
18
+ pattern: "Windows.*"
19
+ replacement: "Windows"
20
+ - name: "Java"
21
+ pattern: "jdk-(.*)"
22
+ replacement: "$1"
23
+ - name: "Backend"
24
+ pattern: "elasticsearch-(.*)"
25
+ replacement: "es-$1"
26
27
+ pattern: "lucene"
28
+ - name: "DB"
29
+ pattern: "h2|postgres"
30
+ replacement: "$0"
31
+ - pattern: "hibernate.search|elasticsearch|main|\\d+.\\d+|PR-\\d+"
32
+ replacement: "" # Just remove these tags
0 commit comments