lhotari opened a new pull request, #33: URL: https://github.com/apache/pulsar-test-infra/pull/33
### Motivation Currently "/pulsarbot rerun-failure-checks" might rerun obsolete jobs. The jobs to rerun are searched by the PR's head commit SHA. If the PR is closed and re-opened or the complete workflow is re-run, the PR head commit SHA doesn't change. Only the most recent job of each unique workflow should be considered for rerunning. ### Modifications - return .workflow_id, .created_at, .conclusion, .url, .name fields from API call - sort lines and filter out the last line for each workflow_id - add a script for testing the script locally -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org