docs: use local release updates skill#214
Conversation
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 updates the release docs workflow to reference the checked-out repository's local release_updates skill instead of a repository-qualified warpdotdev/docs:release_updates skill. The workflow already checks out the docs repository before invoking oz-agent-action, and the action documentation supports unqualified skill names that search repository skill directories.
Concerns
- No blocking correctness, security, or spec-drift concerns found in the attached diff.
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
Updates the release docs workflow to use the checked-out repo's local
release_updatesskill instead of resolvingwarpdotdev/docs:release_updatesthrough Oz repository access.Changes
.github/workflows/release-docs-update.ymlfromskill: warpdotdev/docs:release_updatestoskill: release_updates.Repository 'docs' not foundfailure seen when running with the Docs Agent profile.Validation
origin/main.git diff --check.Follow-up
After this merges, rerun the release docs workflow with
task_set: all,create_draft_pr: true, andassign_oncall_reviewers: trueto verify the Docs Agent profile can run the local skill and accessDOCS_AGENT_GRAFANA_TOKEN.Co-Authored-By: Oz oz-agent@warp.dev