You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): safely sync issue metadata to PR without overwriting labels
- Replaced `setLabels()` with `addLabels()` to prevent race conditions
where concurrent label additions could be lost.
- Labels from linked issues are now added without removing existing PR labels.
- Milestones from linked issues continue to be synced.
- Adds a comment to the PR summarizing synchronized metadata.
0 commit comments