Skip to main content
AutoDev provides several settings to control how it handles tasks, PRs, and reviews. Settings are configured at the tenant level (your team or user account) and apply to all repositories under that tenant.

Accessing Settings

  1. Go to Delino Dashboard
  2. Navigate to Settings page
  3. Configure settings as needed
  4. Changes save automatically and apply to all repositories

Available Settings

Auto-apply Bot Reviews

Default: Disabled Controls whether AutoDev automatically triggers workflows when bot accounts submit PR reviews. When enabled:
  • Workflows trigger automatically on bot reviews
  • Uses GitHub App installation tokens
  • Bots don’t need to connect the repository
  • All attempts are logged for debugging
Use cases:
  • AI code review tools (Claude Code, Cursor, GitHub Copilot)
  • AI-powered PR analysis and suggestions
  • Automated code quality assistants
  • AI pair programming tools
When to enable:
  • You have trusted bot integrations
  • You want fully automated workflows
  • You’re using automated code review tools
When to disable:
  • You want manual control over bot-triggered workflows
  • You’re concerned about excessive workflow runs
  • You prefer reviewing bot suggestions first

Enable Prompt Comments

Default: Enabled Controls whether AutoDev posts the full task prompt as a PR comment. When enabled:
  • Posts complete task prompt to PR comments
  • Provides full context to reviewers
  • Creates comprehensive audit trail
  • Makes task requirements transparent
When disabled:
  • Only posts task link comment
  • Cleaner PR comment section
  • Reduces comment noise
  • Reviewers access details via link
Best for enabling:
  • Teams who want inline context
  • Compliance/audit requirements
  • Transparent task tracking
  • Quick reference without clicking links
Best for disabling:
  • Teams preferring minimal PR comments
  • Projects with many automated tasks
  • When task details are sensitive

Auto-undraft PR

Default: Enabled Controls whether AutoDev automatically converts draft PRs to ready-for-review when CI passes. When enabled:
  • Automatically marks PR ready when checks pass
  • Signals completion to team
  • Reduces manual workflow steps
  • Enables automated review requests
When disabled:
  • PRs remain in draft after CI passes
  • Manual conversion required
  • Additional quality control gate
  • Gives time for self-review
Best for enabling:
  • Fast-moving teams
  • High confidence in CI/CD
  • Automated workflows
  • Trust in AI agent output
Best for disabling:
  • Teams wanting manual review gates
  • Additional quality assurance needed
  • Learning/training environments
  • Complex PRs requiring verification

Configuration Tips

Auto-apply Bot Reviews: Disabled
Enable Prompt Comments: Enabled
Auto-undraft PR: Enabled
This provides good transparency while maintaining control over bot-triggered workflows.

For High-Automation Teams

Auto-apply Bot Reviews: Enabled
Enable Prompt Comments: Disabled
Auto-undraft PR: Enabled
Maximizes automation and reduces manual intervention.

For Cautious Teams

Auto-apply Bot Reviews: Disabled
Enable Prompt Comments: Enabled
Auto-undraft PR: Disabled
Provides maximum control and review opportunities at each step.

Troubleshooting

Settings not saving

Check:
  1. Verify you have tenant admin permissions
  2. Refresh the page and try again
  3. Check browser console for errors
  4. Contact support@delino.io

Settings not taking effect

Verify:
  1. Settings page shows your changes
  2. Wait a few minutes for propagation
  3. Test with a new task/PR (not existing ones)
  4. Check GitHub App permissions are current

Bot reviews not triggering workflows

When “Auto-apply Bot Reviews” is enabled:
  1. Verify bot account exists in your organization
  2. Check GitHub webhook deliveries for errors
  3. Ensure bot has correct permissions
  4. Review workflow logs for failures
When disabled:
  • This is expected behavior
  • Enable the setting if you want automation

Next Steps

I