Automatically restore to upstream when files are not modified in downstream
Opened this issue · 0 comments
arajkumar commented
Currently we pass an input restore-upstream
to rhobs/syncbot/.github/workflows/merge-flow.yaml@main
which helps the merge workflow to restore contents on conflict. This is not scalable as it keeps changing between latest merges. It would be better to find automatically upstream only files and restore on conflict.