kszucs commented on a change in pull request #11571: URL: https://github.com/apache/arrow/pull/11571#discussion_r739293143
########## File path: dev/archery/archery/bot.py ########## @@ -147,8 +147,8 @@ def handle_issue_comment(self, command, payload): if payload['comment']['author_association'] not in allowed_roles: raise EventError( '''Only contributors can submit requests to this bot. \ Review comment: Please use one-line strings instead: ```py raise EventError( "Only contributors can submit requests to this bot. " "Please ask someone from the community for help with " "getting the first commit in." ) ``` -- 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