PR stuck in draft
Symptoms:- PR remains in draft status
- All checks passing but not ready for review
- Cannot merge PR
- Check CI status - ensure all checks are passing
- Verify auto-undraft is enabled in Settings
- Manually undraft the PR if needed
- Check if there are pending review comments
AutoDev not responding to reviews
Symptoms:- Reviewer submitted feedback
- No workflow triggered
- PR not updated
- PR not converting to draft
- No response to feedback
- Reviewer hasn’t connected the repository in AutoDev
- Bot reviews with auto-apply disabled
- GitHub webhook not configured or delivery failing
- Review was a simple approval (doesn’t trigger workflow)
- Review type doesn’t trigger workflow
- Repository not connected
- Reviewer must connect the repository in AutoDev
- Verify repository appears in reviewer’s dashboard
- Check that AutoDev GitHub App is installed
- Repository settings → Webhooks
- Check AutoDev webhook exists
- Verify webhook is active
- Check recent delivery status
- Go to repository settings on GitHub
- Navigate to Webhooks
- Find AutoDev webhook
- Check recent deliveries for errors
- Redeliver failed webhooks if needed
- Simple approvals don’t trigger workflows
- Comments must be submitted with “Request changes” or “Comment”
- Verify review was actually submitted (not just comment)
- Go to task details
- Click “Update PR”
- Enter update instructions
- Workflow will trigger manually
CI fixes not working
Symptoms:- CI checks failing
- AutoDev not attempting fixes
- PR remains with failed checks
- Already attempted fix for this commit (rate limited)
- Workflow execution failed
- GitHub Actions quota exceeded
- AutoDev webhook not receiving check events
- Go to task details page
- Find workflow executions
- Look for “ci_fix” type workflows
- Review error messages
- Check repository Actions tab
- Verify workflows can run
- Check organization billing if quota exceeded
- Review CI failure logs
- Make fixes locally
- Push updates to PR branch
Too many automated updates
Symptoms:- PR receives excessive updates
- Multiple workflow runs
- High costs
- Reviewers confused by constant changes
- Task prompt too vague
- Review feedback unclear
- Multiple bots triggering updates
- CI checks failing repeatedly
- Create focused, single-purpose tasks
- Avoid complex multi-step tasks
- Use composite tasks for large projects
- Disable auto-apply temporarily
- Review accumulated feedback
- Make consolidated updates
- Re-enable auto-apply
- Configure bots to review less frequently
- Adjust bot sensitivity
- Use auto-apply selectively