tree: 98de40748de192bc58d5d2daf2be6018ebee28a2 [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>