Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 070e7fd

Browse files
authoredApr 26, 2024
Add tag configuration
1 parent ec424f0 commit 070e7fd

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed
 

‎.github/hibernate-github-bot.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,23 @@ jira:
1010
- "*.Jenkinsfile"
1111
develocity:
1212
buildScan:
13-
addCheck: true
13+
addCheck: true
14+
tags:
15+
- name: "OS"
16+
pattern: "Linux"
17+
- name: "OS"
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+
- name: "Backend"
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

Comments
 (0)
Please sign in to comment.