kiegroup / git-backporting

Git backporting is a CLI tool to execute pull request backporting.
MIT License
15 stars 8 forks source link

Support Azure DevOps #91

Open bdovaz opened 6 months ago

bdovaz commented 6 months ago

It would be interesting that being a cli tool it would work with other widely used providers like Azure DevOps.

I have been analyzing of all the tools similar to this one and none of them support Azure DevOps, they all seem to be GitHub centric.

Thanks!

lampajr commented 6 months ago

Hi @bdovaz, my idea was to create a tool as generic as possible such that we can plugin any other platform-specific flow (e.g., right now I integrated GitHub, GitLab and Codeberg) therefore I agree that adding this new integration with Azure DevOps could be a great value.

Unfortunately I have no experience on Azure DevOps so I would need some time to explore the API and its usage in order to properly understand the overall feasibility of this new integration. Keep you posted if I do have some more updates on this.

PS: Feel free to give it a try if you want :)