kszucs commented on a change in pull request #10247:
URL: https://github.com/apache/arrow/pull/10247#discussion_r629496259



##########
File path: dev/archery/archery/tests/test_bot.py
##########
@@ -156,6 +156,7 @@ def handler(command, **kwargs):
 
 @pytest.mark.parametrize(('command', 'reaction'), [
     ('@ursabot build', '+1'),
+    ('@ursabot build\nwith a comment', '+1'),

Review comment:
       @jonkeane thanks for adding a test case!
   
   We should probably add support for `@` mention anywhere in the comment by 
splitting the lines first.
   Could you please create a follow-up jira for this use case (or directly 
implement it :) in this PR)? 




-- 
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:
[email protected]


Reply via email to