forked from wildfly/wildfly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwildfly-bot.yml
248 lines (198 loc) · 5.67 KB
/
wildfly-bot.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
wildfly:
rules:
- id: appclient
directories: [ appclient ]
notify: [ bstansberry ]
- id: batch-jberet
directories: [ batch-jberet ]
notify: [ liweinan ]
- id: bean-validation
directories: [ bean-validation ]
notify: [ jasondlee ]
- id: clustering
directories:
- clustering
- testsuite/integration/clustering
notify: [ pferraro ]
- id: connector
directories: [ connector ]
notify: [ tadamski ]
- id: ee
directories: [ ee ]
notify: [ bstansberry ]
- id: ejb3
directories: [ ejb3 ]
notify: [ tadamski ]
- id: elytron
directories:
- elytron-oidc-client
- testsuite/integration/elytron
- testsuite/integration/elytron-oidc-client
notify: [ fjuma ]
- id: health
directories:
- health
- microprofile/health-smallrye
- testsuite/integration/microprofile-tck/health
notify: [ xstefank ]
- id: iiop
directories: [ iiop-openjdk ]
notify: [ tadamski ]
- id: jaxrs
directories: [ jaxrs ]
notify: [ jamezp ]
- id: jdr
directories: [ jdr ]
notify: [ bmaxwell ]
- id: jpa
directories: [ jpa ]
notify: [ scottmarlow ]
- id: jsf
directories: [ jsf ]
notify: [ jasondlee ]
- id: mail
directories: [ mail ]
notify: [ yersan ]
- id: messaging-activemq
directories: [ messaging-activemq ]
notify: [ ehsavoie ]
- id: metrics
directories: [ metrics ]
notify: [ jasondlee ]
- id: micrometer
directories:
- observability/micrometer
- observability/micrometer-api
notify: [ jasondlee ]
- id: opentelemtry
directories:
- observability/opentelemetry
- observability/opentelemetry-api
- microprofile/telemetry-smallrye
- testsuite/integration/microprofile-tck/telemetry
notify: [ jasondlee ]
- id: mod_cluster
directories: [ mod_cluster ]
notify: [ rhusar ]
- id: naming
directories: [ naming ]
notify: [ ropalka ]
- id: picketlink
directories:
- legacy/picketlink
notify: [ fjuma ]
- id: pojo
directories: [ pojo ]
notify: [ bstansberry ]
- id: rts
directories: [ rts ]
notify: [ mmusgrov ]
- id: sar
directories: [ sar ]
notify: [ kabir ]
- id: security
directories:
- legacy/security
notify: [ fjuma ]
- id: spec-api
directories: [ spec-api ]
notify: [ bstansberry ]
- id: system-jmx
directories: [ system-jmx ]
notify: [ kabir ]
- id: microprofile-config
directories:
- microprofile/config-smallrye
- testsuite/integration/microprofile-tck/config
notify: [ kabir ]
- id: microprofile-fault-tolerance
directories:
- microprofile/fault-tolerance-smallrye
- testsuite/integration/microprofile-tck/fault-tolerance
notify: [ rhusar ]
- id: microprofile-jwt
directories:
- microprofile/jwt-smallrye
- testsuite/integration/microprofile-tck/jwt
notify: [ fjuma ]
- id: microprofile-lra
directories:
- microprofile/lra
- testsuite/integration/microprofile-tck/lra
notify: [ xstefank ]
- id: microprofile-openapi
directories:
- microprofile/openapi-smallrye
- testsuite/integration/microprofile-tck/openapi
notify: [ pferraro ]
- id: microprofile-reactive
directories:
- microprofile/reactive-messaging-smallrye
- microprofile/reactive-streams-operators-smallrye
- testsuite/integration/microprofile-tck/reactive-messaging
- testsuite/integration/microprofile-tck/reactive-streams-operators
notify: [ kabir ]
- id: microprofile-rest-client
directories:
- testsuite/integration/microprofile-tck/rest-client
notify: [ jamezp ]
- id: testsuite-domain
directories:
- testsuite/domain
notify: [ yersan ]
- id: testsuite-galleon
directories:
- testsuite/galleon
notify: [ jfdenise ]
- id: testsuite-multinode
directories:
- testsuite/integration/multinode
notify: [ tadamski ]
- id: testsuite-rbac
directories:
- testsuite/integration/rbac
notify: [ yersan ]
- id: testsuite-vdx
directories:
- testsuite/integration/vdx
notify: [ bstansberry ]
- id: testsuite-ws
directories:
- testsuite/integration/ws
notify: [ jimma ]
- id: testsuite-mixed-domain
directories:
- testsuite/mixed-domain
notify: [ yersan ]
- id: transactions
directories:
- transactions
- testsuite/integration/rts
- testsuite/integration/xts
notify: [ mmusgrov ]
- id: undertow
directories: [ undertow ]
notify: [ fl4via ]
- id: web-common
directories: [ web-common ]
notify: [ pferraro, fl4via ]
- id: webservices
directories: [ webservices ]
notify: [ jimma ]
- id: weld
directories: [ weld ]
notify: [ manovotn ]
- id: xts
directories: [ xts ]
notify: [ mmusgrov ]
emails:
format:
description:
regexes:
- pattern: "https://issues.redhat.com/browse/WFLY-\\d+"
message: "The description must contain a link to the JIRA issue \n(https://issues.redhat.com/browse/WFLY-XYZ)"