Hi all, After we moved CI from Jenkins to Github Actions, only committers have the ability to trigger re-running the failed checks. It is inconvenient for contributors.
As you might already notice, I introduced a pulsarbot action in pulsar-test-infra ( https://github.com/apache/pulsar-test-infra/tree/master/pulsarbot). It is also enabled on the main pulsar repo. It reacts to comments in a pull request and re-runs the failed actions. However, there are still some issues related to GITHUB_TOKEN. I am still looking into it. I will update here once it is ready to use. Thanks, Sijie