ChaiBapchya commented on issue #19673:
URL: 
https://github.com/apache/incubator-mxnet/issues/19673#issuecomment-745023224


   Cause of issue: Currently, Github webhook only sends events related to 
"Status"
   https://issues.apache.org/jira/browse/INFRA-20624
   
   What does Status event cover?
   ```
   Commit status updated from the API
   ```
   Basically, any change that happens to the commit status [CI 
running/success/failure]
   However, PR review event is not part of Statuses event.
   
   Next Steps
   - Create a request for updating github webhook for PR Status Label to send 
events related to PR Review
   There are 3 options
   1. Pull request reviews
   ```
   Pull request review submitted, edited, or dismissed. 
   ```
   2. Pull request review comments
   ```
   Pull request diff comment created, edited, or deleted. 
   ```
   3. Pull requests
   ```
   Pull request opened, closed, reopened, edited, assigned, unassigned, review 
requested, review request removed, labeled, unlabeled, synchronized, ready for 
review, converted to draft, locked, or unlocked. 
   ```
   Out of the 3, 1st one is the most applicable. It's necessary & sufficient.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to