fix(i18n-sync): use run-scoped branch names #61
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
schmalz/shared-actions!61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/i18n-sync-run-id-branches"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
GITHUB_RUN_IDandGITHUB_RUN_ATTEMPTchore/i18nbranch lock checkWhy
The previous hard-coded
chore/i18nbranch caused follow-up runs to fail when a prior PR branch was left open or not deleted. Run-scoped branch names prevent branch collisions across runs and reruns.Notes
delete_branch_after_mergeremains enabled for automatic cleanup after merge.