Harden autopilot-demo portfolio docs#3
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6c00515035
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ## Demo runbook | ||
|
|
||
| 1. Trigger [`.github/workflows/demo-ci.yml`](.github/workflows/demo-ci.yml) to produce a known failure signal. |
There was a problem hiding this comment.
Make the runbook produce an actual failure signal
When a reviewer follows this newly added runbook, dispatching demo-ci.yml cannot produce the promised failure signal: .github/workflows/demo-ci.yml:12-14 only echoes a message and exits successfully, while .github/workflows/autopilot-create-issue.yml:16 creates an issue only when the workflow conclusion is failure. As a result, the runbook stops at step 2 and cannot demonstrate the documented end-to-end repair flow; either provide an explicit failure-triggering mechanism or document the prerequisite needed to make the workflow fail.
Useful? React with 👍 / 👎.
Summary