Remove obsolete Oz-agent GitHub Actions workflows#93
Conversation
These workflows depend on a `WARP_API_KEY` org-level secret that isn't exposed to the public `warpdotdev/docs` repo, so they fail on every PR (example: https://github.com/warpdotdev/docs/actions/runs/26031884808). PR review coverage and `@oz-agent` comment responses are now handled by the Oz management webhook flow, making these workflows redundant. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I'm starting a first review of this pull request. You can view the conversation on Warp. I completed the review and no human review was requested for this pull request. Comment Powered by Oz |
There was a problem hiding this comment.
Overview
This PR removes the obsolete Respond to Comment and Auto PR Review GitHub Actions workflows. The removed workflows depended on secrets.WARP_API_KEY; this public repository cannot access that org-level secret, and the PR does not change the existing CI workflow.
Concerns
- No blocking correctness or security concerns found in the changed lines. The diff removes failing automation paths and their repository write permissions without introducing new execution paths, dependencies, or secret handling.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
Summary
Removes the two Oz-agent GitHub Actions workflows from this repo because they're failing on every PR and have been superseded by the Oz management webhook flow.
Why
warpdotdev/docsis a public repo and doesn't have access to the org-levelWARP_API_KEYsecret, soAuto PR Reviewfails on every PR withwarp_api_key must be provided.(example failed run: https://github.com/warpdotdev/docs/actions/runs/26031884808/job/76519685475?pr=91).Respond to Comment(@oz-agentmentions), which also readssecrets.WARP_API_KEY.Changes
.github/workflows/review-pr.yml..github/workflows/respond-to-comment.yml..github/workflows/ci.ymlis untouched (build, typecheck, link-check, audit).Notes
src/content/docs/agent-platform/cloud-agents/integrations/github-actions.mdxreferences files namedreview-pr.yml/respond-to-comment.yml, but those links point to examples in thewarpdotdev/oz-agent-actionrepo, not these local workflows — no doc changes needed.Conversation: https://staging.warp.dev/conversation/4f8595a1-4ce2-4328-90a7-a9da74e28b05
Run: https://oz.staging.warp.dev/runs/019e3bee-3685-72af-97d2-165820c71904
Plans:
This PR was generated with Oz.