-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat: branchPrefixOld #15591
feat: branchPrefixOld #15591
Conversation
766df40
to
94d50e0
Compare
Does thios close #15496? Then please add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
otherwise lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, waiting for docs approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you considered if you can also use this for currently open PRs?
i have not, in this case we will end up with a duplicate pr. the obvious solution would be to check for an open pr with the WDYT? |
Yes, that would be ideal. Can you see how complex any implementation would be? |
pretty straight forward really, in i have this working and tested all scenarios i could think of, and it works as it should. just need to add coverage thats it. all in all its pretty much the same logic we have already implemented in i might as well commit the changes instead, as its a shorter read 😂 |
- add support for open prs with prefixOld
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM
🎉 This PR is included in version 32.68.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes
Ignore closed PRs with
branchName
=branchPrefixOld/update
in addition to defaultbranchPrefix/update
ones.Context
closes #15496
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: