raulcd commented on PR #13612:
URL: https://github.com/apache/arrow/pull/13612#issuecomment-1186947105
> @raulcd I think I would prefer having a separate command for that, like a
`report_pr()` click command since it would better align with the other report
commands.
@kszucs I have created a new `report-pr` command. I've tested the new
`report-pr` command via:
```
crossbow_job_prefix="nightly-tests-2022-07-18"
export ARROW_REPOSITORY="apache/arrow"
job_name=$(archery crossbow latest-prefix ${crossbow_job_prefix})
archery crossbow report-pr \
--no-fetch \
--arrow-remote "https://github.com/${ARROW_REPOSITORY}" \
--job-name ${job_name} \
--track-on-pr-titled "WIP: Investigate verify rc linux failures"
```
This is the comment generated:
https://github.com/apache/arrow/pull/13478#issuecomment-1186939479
--
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]