-
Notifications
You must be signed in to change notification settings - Fork 0
/
bb.example.yaml
91 lines (86 loc) · 1.95 KB
/
bb.example.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
username: xxxxxxxxxxxxxxxxx
bb_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
include_branch_name: true
jira_domain: xxxxxxxxx
email: xxxxxxxxxxxxxxxxxxxxxxxxxxx
jira_token: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
pr_status:
open:
values: ["OPEN"]
icon: "" # ﲊ 羽
color: "1;34"
merged:
values: ["MERGED"]
icon: "" #
color: "1;35"
declined:
values: ["DECLINED"]
icon: "" # ﰸ
color: "1;31"
pipeline_status:
inprogress:
values: ["IN_PROGRESS","in_progress", "INPROGRESS"]
icon: "" # ﲊ 羽
color: "1;34"
stopped:
values: ["STOPPED","stopped","HALTED","halted"]
icon: "" #
color: "1;33"
pending:
values: ["PENDING","NOT_RUN"]
icon: ""
color: "37"
pass:
values: ["SUCCESSFUL","successful"]
icon: ""
color: "1;32"
failed:
values: ["FAILED","failed"]
icon: ""
color: "1;31"
jira_status:
inprogress:
values: ["In Progress", "In Progress_T", "NEED CHANGES"]
icon: "" # ﲊ
color: "1;34" # if I want to remove icon 1;38;5;235;44
todo:
values: ["À FAIRE"]
icon: "" #
color: "1;33"
open:
values: ["OUVERT", "To estimate_T", "Selected for Development"]
icon: "" #
color: "1;33"
testing:
values: ["NEED TESTING", "Need Review"]
icon: "ﲊ"
color: "1;35"
ready:
values: ["READY TO DEPLOY (DEV)", "DONE"]
icon: ""
color: "1;32"
blocked:
values: ["Blocked"]
icon: "" # ﰸ
color: "1;31"
cancelled:
values: ["Cancelled"]
icon: "" # ﰸ
color: "1;31"
jira_type:
bug:
values: ["Bug"]
icon: ""
color: "1;31"
task:
values: ["Tâche", "Improvement", "Task"]
icon: ""
color: "1;34"
epic:
values: ["Epic", "Story"]
icon: ""
color: "1;35"
subtask:
values: ["Sous-tâche"]
icon: ""
color: "1;34"