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 race condition with version bump action (#18150) (#18151)
When handling multiple releases on the same schedule it is common to kick off
this action across multiple branches. Using *only* the time for a branch name to
create a PR for to update lock file results in a race condition where a target
branch can conflict. In order to fix this we now include the target branch
(logstash stream) in the branch name to raise the PR from.
(cherry picked from commit 556366d)
Co-authored-by: Cas Donoghue <[email protected]>
0 commit comments