Azure DevOps (Azure Repos) joins GitHub as a supported code host — the full ticket-to-draft-PR pipeline now runs on Azure DevOps at parity with GitHub.
- Connect Azure Repos in Settings → Integrations through Microsoft Entra ID — tenant-backed OAuth with short-lived, admin-revocable tokens, not a personal access token. Pick your organization, project, and repository.
- Full pipeline parity with GitHub — index the repo, map each bug to the responsible file and function, open a draft pull request, watch build validation, and hold the customer-facing RCA until an Azure Pipelines production stage confirms the deploy.
- Your branch policies run untouched — Watari publishes the draft so build validation and required reviewers apply exactly as they would on a human-opened PR. Watari never bypasses a policy.
- Optionally add Watari's service principal to your organization to have pull requests authored by "Watari" instead of the connecting user — the way Renovate and Copilot operate on Azure. Skip it and PRs are simply human-authored; nothing depends on it.
- Mix GitHub and Azure DevOps repositories in one workspace — a bug is routed to whichever repositories its code actually lives in, regardless of provider.