-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] - Add Azure DevOps integration as a Git provider #7645
base: main
Are you sure you want to change the base?
Conversation
…nHands into add-azure-devops-integration
…nHands into add-azure-devops-integration
@openhands-agent fix builds |
@vinisdl Sorry, openhands-agent works only on branches from the repo and caller with permissions, it doesn't on external branches (a limitation because it's called from github actions). An alternative is to set it up and run it on your forked repo, if you wish, or to run it locally (it has a headless entry point). Another alternative may be to use the |
End-user friendly description of the problem this fixes or functionality that this introduces.
This PR adds support for Azure DevOps as a Git provider, allowing users to authenticate with Azure DevOps and access their repositories through the OpenHands platform.
Git Provider Settings UI
Give a summary of what the PR does, explaining any non-trivial design decisions.
Link of any specific issues this addresses.