Hey y'all! Was wondering what the recommended approach to updating a pull request would be. I think the workflows that might want to be supported are
-
Re-init search results with updated repository list
-
Re-plan changes on latest main branch of repositories
-
Re-plan with updated command
-
This should also support repositories which have already merged an original plan. In other words, the order of operations that one might have are
- Use microplane init, plan, push
- Get the PR merged
- Realize the plan was incomplete, rerun
mp plan with new updated command
- Create new PR with new changes
I think right now I think this results in
2022/11/18 12:18:34 foo/bar - already merged
How much of that already Just Works? If someone points me in the direction, would love to contribute what I can to make the gaps filled :)
Hey y'all! Was wondering what the recommended approach to updating a pull request would be. I think the workflows that might want to be supported are
Re-
initsearch results with updated repository listRe-
planchanges on latest main branch of repositoriesRe-
planwith updated commandThis should also support repositories which have already merged an original plan. In other words, the order of operations that one might have are
mp planwith new updated commandI think right now I think this results in
How much of that already Just Works? If someone points me in the direction, would love to contribute what I can to make the gaps filled :)