Commits


Raúl Cumplido authored and Krisztián Szűcs committed 11890feb953
ARROW-16357: [Archery][Dev] Add possibility to send nightly reports to Zulip/Slack This PR adds the possibility to send the reports via a webhook to Zulip / Slack. Usage example: ``` $ archery crossbow -t $GITHUB_TOKEN report-chat --webhook $SLACK_OR_ZULIP_WEBHOOK_URL --send --no-fetch $JOB_NAME ``` The integration has been tested both in Zulip:  And Slack:  Closes #13031 from raulcd/ARROW-16357 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>