Add Azure DevOps Support to submodule-release-updater
Closed this issue · 3 comments
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.
@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.
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.
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.