Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚚 Fix Weblate merge conflict resolution script #5445

Merged
merged 1 commit into from
Apr 22, 2024
Merged

Conversation

rix0rrr
Copy link
Collaborator

@rix0rrr rix0rrr commented Apr 22, 2024

The Weblate merge conflict resolution script begins with normalizing the YAML files on Weblate's branch before merging main (which is always normalized).

However, because we left out --allow-empty, it would fail if there was nothing to normalize.

Allow creating an empty commit if there's nothing to normalize, the empty commit will be squashed away anyway.

The Weblate merge conflict resolution script begins with normalizing
the YAML files on Weblate's branch before merging `main` (which is
always normalized).

However, because we left out `--allow-empty`, it would fail if there
was nothing to normalize.

Allow creating an empty commit if there's nothing to normalize, the
empty commit will be squashed away anyway.
@rix0rrr rix0rrr merged commit 362991c into main Apr 22, 2024
7 of 10 checks passed
@rix0rrr rix0rrr deleted the resolve-empty branch April 22, 2024 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant