-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.template
More file actions
41 lines (41 loc) · 1.15 KB
/
config.json.template
File metadata and controls
41 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"gitlab" : {
"object_kind_filter": [
"merge_request",
"note",
"push"
],
"default_mail_postfix" : "@163.com",
"merge_request": {
"target_branch_filter": [
"xxxxx",
"master"
],
"change_filter": [
"assignees",
"target_branch",
"labels",
"state"
],
"label_bg_color": {
"XXXXXX_DO_MERGE" : "red",
"XXXXXX_DONE" : "green",
"XXXXXX_NEED_REBASE" : "blue",
"XXXXXX_READY" : "wathet",
"XXXXXX_REVIEWING" : "yellow"
},
"skip" : [
"add_new_label",
"no_assignee",
"no_label"
]
}
} ,
"feishu": {
"webhook": "https://open.feishu.cn/open-apis/bot/v2/hook/your-hook-url",
"mr_jira_base_url": "https://xxx.xxx.com/browse/",
"mr_message_type": "template",
"mr_message_template_id": "AAqj8yGa7VwVC",
"mr_message_template_ver": "1.0.11"
}
}