Skip to content

Commit c243dcf

Browse files
authored
cleanup daprbot (#4033)
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
1 parent 5937bd6 commit c243dcf

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

.github/scripts/dapr_bot.js

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
// list of owner who can control dapr-bot workflow
22
// TODO: Read owners from OWNERS file.
33
const owners = [
4-
'addjuarez',
5-
'amuluyavarote',
6-
'artursouza',
4+
'acroca',
75
'berndverst',
6+
'cicoyle',
87
'daixiang0',
9-
'DeepanshuA',
10-
'elena-kolevska',
11-
'halspang',
12-
'ItalyPaleAle',
8+
'javier-aliaga',
139
'jjcollinge',
1410
'joshvanl',
1511
'mikeee',
1612
'msfussell',
17-
'mukundansundar',
18-
'pkedy',
19-
'pravinpushkar',
20-
'robertojrojas',
21-
'RyanLettieri',
22-
'shivamkm07',
23-
'shubham1172',
13+
'nelson-parente',
2414
'sicoyle',
25-
'skyao',
26-
'Taction',
27-
'tmacam',
2815
'yaron2',
29-
'yash-nisar',
3016
]
3117

3218
const docsIssueBodyTpl = (

0 commit comments

Comments
 (0)