-
Notifications
You must be signed in to change notification settings - Fork 25
126 lines (109 loc) · 2.94 KB
/
governance.yml
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
version: v1
issue:
labels:
- prefix: triage
list: ["accepted"]
multiple: false
author_association:
collaborator: true
member: true
owner: true
needs:
comment: |
@$AUTHOR: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
- prefix: kind
list:
- feature
- bug
- question
- fix
- chore
- docs
- refactor
- dependencies
multiple: false
needs: true
author_association:
author: true
collaborator: true
member: true
owner: true
- prefix: area
list:
- core
- workflow
- docs
multiple: true
needs:
comment: |
@$AUTHOR: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. **If you are unsure what to do you can ignore this!**
You can add area labels by leaving a `/area` comment.
author_association:
author: true
collaborator: true
member: true
owner: true
- prefix: priority
multiple: true
list: ["urgent-now", "important-soon", "low"]
needs:
comment: |
@$AUTHOR: Thanks for opening an issue, an appropriate priority will be added soon.
The priority labels can be added by foundation members by writing /priority [type] in a comment.
author_association:
collaborator: true
member: true
owner: true
chat_ops:
- cmd: /close
type: close
author_association:
author: true
collaborator: true
member: true
owner: true
- cmd: /duplicate
type: close
author_association:
collaborator: true
member: true
owner: true
- cmd: /duplicate
type: comment
comment: |
@$ISSUE_AUTHOR: This issue has been marked duplicate by @$AUTHOR, if you think this is a mistake, please reopen it!
author_association:
collaborator: true
member: true
owner: true
- cmd: /duplicate
type: label
label:
add: duplicate
author_association:
collaborator: true
member: true
owner: true
- cmd: /cc
type: none
- cmd: /assign
type: assign
author_association:
collaborator: true
member: true
owner: true
captures:
- regex: '\W*v?(\d+\.\d+\.\d+)\W*'
github_release: true
ignore_case: true
label: "version/$CAPTURED"
- regex: '\W*Mac\W*'
label: "platform/mac"
ignore_case: true
- regex: '\W*Windows\W*'
label: "platform/windows"
ignore_case: true
- regex: '\W*Linux\W*'
label: "platform/linux"
ignore_case: true