You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/pr-review-github/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ agentctl run workflow/pr-review-github \
63
63
`go test ./test/integration/...` starts an HTTP stub and sets `GITHUB_API_URL` so the workflow runs
64
64
without touching GitHub, including an **approved** run that exercises the live comment `POST` path.
65
65
66
-
## GitHub Actions (copy-paste template)
66
+
## GitHub Actions
67
67
68
-
See **[`examples/pr-review-github-actions/`](../pr-review-github-actions/README.md)** for a workflow
69
-
you can copy into **`.github/workflows/`**, and **[`docs/GITHUB_ACTIONS.md`](../../docs/GITHUB_ACTIONS.md)** for exit code **5**, permissions, and fork PR notes.
68
+
See **[`examples/pr-review-github-actions/`](../pr-review-github-actions/README.md)** and the runnable workflow at **[`.github/workflows/agentctl-pr-review.yml`](../../.github/workflows/agentctl-pr-review.yml)** (repo root). **[`docs/GITHUB_ACTIONS.md`](../../docs/GITHUB_ACTIONS.md)** covers exit code **5**, permissions, and fork PR notes.
0 commit comments