nielm commented on issue #22665:
URL: https://github.com/apache/beam/issues/22665#issuecomment-2136897440

   Just got bit by this... 
   
   Once a user manually assigns a reviewer, PRbot sets: 
[`stopReviewerNotifications = 
true`](https://github.com/apache/beam/blob/master/scripts/ci/pr-bot/shared/userCommand.ts#L116),
 which [causes PRbot to stop any further 
processing](https://github.com/apache/beam/blob/master/scripts/ci/pr-bot/processPrUpdate.ts#L144).
   
   
   Suggestion: Allow PRBot to look for the commands when stopped, but only 
handle `"assign set of reviewers"` which will reset `stopReviewerNotifications` 
to `false`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to