jeszyb commented on a change in pull request #11571: URL: https://github.com/apache/arrow/pull/11571#discussion_r749622186
########## File path: dev/archery/archery/bot.py ########## @@ -146,13 +141,20 @@ def handle_issue_comment(self, command, payload): comment = pull.get_issue_comment(payload['comment']['id']) try: + # Check privileges here to enable the bot to respond + # without relying on the handler. + allowed_roles = {'OWNER', 'MEMBER', 'CONTRIBUTOR'} Review comment: Thanks! Missed that. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org