moai pr PR Watch
moai pr is a command that watches and manages pull requests in a CI/CD workflow.
| Command | Description |
|---|---|
moai pr watch <PR_NUMBER> | Watch a PR’s CI checks (or stop an active watch with --abort) |
bash
moai pr watch 123Monitors gh pr checks for the given PR number.
| Flag | Description |
|---|---|
--abort | Stop the active CI watch loop |
--report | Emit a merge-readiness report for the given PR number |
--branch <name> | Branch name for the report context (default: main) |
bash
# Watch PR CI checks
moai pr watch 42
# Stop the active watch
moai pr watch 42 --abort
# Merge-readiness report
moai pr watch 42 --report