kszucs commented on code in PR #13612:
URL: https://github.com/apache/arrow/pull/13612#discussion_r924388379


##########
dev/archery/archery/crossbow/cli.py:
##########
@@ -285,6 +285,42 @@ def status(obj, job_name, fetch, task_filters):
     report.show(output)
 
 
[email protected]()
[email protected]('--arrow-remote', '-r', default=None,
+              help='Set GitHub remote explicitly, which is going to be cloned '
+                   'on the CI services. Note, that no validation happens '
+                   'locally. Examples: https://github.com/apache/arrow or '
+                   'https://github.com/raulcd/arrow.')
[email protected]('--crossbow', '-c', default='ursacomputing/crossbow',
+              help='Crossbow repository on github to use')
[email protected]('--fetch/--no-fetch', default=True,
+              help='Fetch references (branches and tags) from the remote')
[email protected]('--github-token', envvar='ARROW_GITHUB_API_TOKEN',
+              help='OAuth token to create comments in the arrow repo. '
+                   'Only necessary if --track-on-pr-titled is set.')
[email protected]('--job-name', required=True)
[email protected]('--track-on-pr-titled', default=None,

Review Comment:
   How about a shorter argument name like `--pr-title`?



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