thisisnic commented on code in PR #50486:
URL: https://github.com/apache/arrow/pull/50486#discussion_r3568916292


##########
.github/workflows/pr_review_trigger.yml:
##########
@@ -26,6 +26,7 @@ jobs:
   # workflow. We trigger a new workflow run which will have permissions to add 
labels.
   label-when-reviewed:
     name: "Label PRs when reviewed"
+    if: github.event.review.user.type != 'Bot'

Review Comment:
   My understanding is that this would just prevent the workflow being 
triggered at all after a bot review, so there wouldn't be anything to approve?



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