Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚚 Prevent Weblate Update workflow from overwriting existing PR (hedyo…
…rg#5397) If an open Weblate/translations PR still exists, we shouldn't tell Weblate to push again. Because we ended our previous push with a 'reset', Weblate would otherwise force-push new changes over the unmerged old changes, causing them to lost. **How to test** After merging: * Reopen an old Weblate PR * Run the "update weblate" workflow on-demand * Observe that it errors out and doesn't overwrite the old PR with new changes.
- Loading branch information