guymicciche/Sync to Azure DevOps

Bidirectional sync between GitHub and Azure DevOps. Supports single-repo or entire org mirroring.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 17, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: guymicciche/synctoazuredevops@67986add9ed87e8948069f2ff6613372df8c956f # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
organizationAzure DevOps org (e.g. dev.azure.com/myorg or myorg.visualstudio.com). Do NOT include https://yes
patAzure DevOps Personal Access Token (PAT) with Build (Read & Execute), Code (Read/Write/Manage), Project/Team (Read/Write/Manage) permissionsyes
direction'github-to-azure' (default) or 'azure-to-github'nogithub-to-azure
sync-mode'single' syncs the current repo only. 'org-wide' iterates all repos in the Azure DevOps orgnosingle
github-tokenGitHub token with repo write access. Required when direction is 'azure-to-github'no
github-orgGitHub org or user to push repos into when using org-wide + azure-to-github modeno

no outputs