Commits


Raúl Cumplido authored and GitHub committed 03296a619b1
ARROW-18068: [Dev][Archery][Crossbow] Comment bot only waits for task if link is not available (#14429) This has been tested on my own fork. Previous to the PR if the comment for the bot contained multiple tasks we were waiting multiple times, see log for the comment bot and the new log I added here https://github.com/raulcd/arrow/actions/runs/3260111092/jobs/5353427827#step:6:99 , output: ``` Waiting for task Waiting for task Waiting for task Waiting for task ``` Comment triggered on this PR on my own fork: https://github.com/raulcd/arrow/pull/10 Once the fix is applied the same comment bot only waits once (the first one because the task url is not available) log here https://github.com/raulcd/arrow/actions/runs/3260112211/jobs/5353429747#step:6:99, output: ``` Waiting for task ``` Comment bot triggered on this PR on my own fork: https://github.com/raulcd/arrow/pull/12 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>