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
The update branch name contains the default branch name after the branchPrefix, regardless of wether the other base branch exists. The dependency dashboard contains a warning (not mentioning the name) for the missing branch.
The dependency dashboard does not report an error, and the branch names for updates to the default branch does not contain the default branch. That is, until the creation of the "does-not-exist-yet" branch. Once it exists, all outstanding branches/PRs for the default branch will be deleted/autoclosed, and new branches (as configured) will be created with an infix of the branch name after the branchPrefix.
Change: we should add additionalBranchPrefix for all branches even if the pattern does not match anything.
The text was updated successfully, but these errors were encountered:
Describe the proposed change(s).
Discussed in #34570
Quoting:
Consider the following config:
The update branch name contains the default branch name after the
branchPrefix
, regardless of wether the other base branch exists. The dependency dashboard contains a warning (not mentioning the name) for the missing branch.Compare this against:
The dependency dashboard does not report an error, and the branch names for updates to the default branch does not contain the default branch. That is, until the creation of the "does-not-exist-yet" branch. Once it exists, all outstanding branches/PRs for the default branch will be deleted/autoclosed, and new branches (as configured) will be created with an infix of the branch name after the
branchPrefix
.Change: we should add
additionalBranchPrefix
for all branches even if the pattern does not match anything.The text was updated successfully, but these errors were encountered: