-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Integration of Azure DevOps datapath #199
Comments
Hi @fleroyener . Thanks for the request and the PR, it looks like a lot of work went into this. I'm currently in the process of doing some refactoring to run on local repositories (see #43), so expect some merge conflicts in #200. I also need to discuss with the team how general we want to be. Working with the local repository should fit all use cases (including yours, especially because yours won't support the |
Hi @klieret, understood. I'm watching your PR right now 👍 |
(resolved with local repository feature -- we want to avoid increasing the maintenance burden of things like azure devops/gitlab etc., so we're currently not planning to add support for these directly -- though we hope to provide better APIs soon, so that people can build support themselves if needed) |
sgtm, ty |
Describe the feature
Add an automatic datapath to use SWE-agent on Azure Devops repos.
Steps to tests :
AZURE_DEVOPS_TOKEN
to Personal Access Token (PAT) in keys.cfgAZURE_DEVOPS_TOKEN=$AZURE_DEVOPS_PAT
REPO_NAME: the repo name only (must be in same project) ex: 'SWE-agent'
data_path: Work item URL
Potential Solutions
I will create a PR
The text was updated successfully, but these errors were encountered: