docs: remove Demo: Issue triage bot page#153
Conversation
Video-only walkthrough; setup covered by GitHub Actions quickstart + reference. Remove sidebar entry; redirect dead route to quickstart-github-actions. 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 video-only Demo: Issue triage bot page, drops it from the sidebar, and redirects both the deleted route and the stale legacy GitHub Actions routes to the current GitHub Actions quickstart. The deletion is covered by trailing and non-trailing redirects, and the target page exists in the same docs section.
Concerns
- No blocking concerns found.
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
Resolve conflict by keeping the removed demo issue triage bot page deleted while retaining redirects to the GitHub Actions quickstart. Co-Authored-By: Oz <oz-agent@warp.dev>
Summary
Remove the
Demo: Issue triage botpage (/agent-platform/cloud-agents/integrations/demo-issue-triage-bot/). The repo includes outdated advice on creating a GH action with "issue write" privileges, which is a security vulnerability we wouldn't recommend anymore. We should have sufficient demos across GH actions guides and https://github.com/warpdotdev/oz-for-ossChanges
src/content/docs/agent-platform/cloud-agents/integrations/demo-issue-triage-bot.mdx.src/sidebar.tsnav entry.vercel.json: add 308 redirects (trailing + non-trailing) from the dead route toquickstart-github-actions; repoint the 2 stale legacy redirects that targeted the deleted page so they no longer 404.Notes
quickstart-github-actionsandgithub-actions.Co-Authored-By: Oz oz-agent@warp.dev