tree: dd2360b1ebda25fe1d947dc778b888c836b0299a [path history] [tgz]
  1. Dockerfile
  2. entrypoint.sh
  3. README.md
pulsarbot/README.md

Pulsar Bot

pulsarbot is a github action that reacts to comments and trigger coresponding tasks.

All pulsarbot commands start with /pulsarbot.

The accepted commands are:

  • /pulsarbot run-failure-checks: Run all the failed checks.
  • /pulsarbot rerun-failure-checks: Rerun all the failed checks. Same as /pulsarbot run-failure-checks.
  • /pulsarbot run <check-name>: Run a specified check only if the check is failed.
  • /pulsarbot rerun <check-name>: Same as /pulsarbot run <check-name>