microsoft / mu_devops

Project Mu Developer Operations
https://microsoft.github.io/mu/
Other
26 stars 22 forks source link

Add Azure DevOps Support to submodule-release-updater #272

Closed makubacki closed 8 months ago

makubacki commented 10 months ago

Currently the submodule release updater is implemented as a composite GitHub Action that wraps a single Python script. Because this currently only targets GitHub repos, it also directly uses the GitHub REST API.

It would be useful to expand support for Azure DevOps (ADO) repos as well. In that case, the Python script could be removed directly from the action.yml file and an endpoint abstraction put in place to redirect API calls either to GitHub or ADO.

makubacki commented 10 months ago

@apop5, can you please assign whoever picks this task up as the assignee here? I'd like to track this work going into a single copy of the script.

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue has been automatically been closed because it did not have any activity in 45 days and no follow up within 7 days after being marked stale. Thank you for your contributions.