microsoft / mu_devops

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

Update commit update logic #346

Open kuqin12 opened 3 months ago

kuqin12 commented 3 months ago

The existing logic will not update the tag if a non-tag commit is being picked up.

The change will fix the issue by comparing the current commit and the tag commit to ensure that the primary repo is actually sitting on the tag commit, otherwise a submodule update PR will be created.

kuqin12 commented 3 months ago

An example can be seen here: https://github.com/microsoft/mu_tiano_platforms/pull/977

github-actions[bot] commented 1 day ago

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