Skip to content

Commit 741a368

Browse files
committed
Update reviewers
1 parent a17181c commit 741a368

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/generate_rcm_reviewers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ def main():
2222
else:
2323
attendeeList[person] = 1
2424

25+
attendeeList['Hugo Taboada'] = 3
26+
attendeeList['Rolf Rabenseifner'] = 0
27+
2528
for person in sorted(attendeeList.keys()):
2629
if attendeeList[person] > 2:
2730
print(person)

0 commit comments

Comments
 (0)