-
Couldn't load subscription status.
- Fork 878
Fix 5.43 upgrade signoff #2222
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
Fix 5.43 upgrade signoff #2222
Conversation
7c379b7 to
b8f15a9
Compare
* fix: 5.43 upgrade signoff --------- Co-authored-by: Ben Zarboni <[email protected]>
|
Thanks for the contribution! The newly-added test is failing for me: with the following error: Is this something you can reproduce? |
Apologies for the late reply. |
|
Bump |
|
@kfcampbell do you think is ready to merge? |
|
👋 Hey Friends, this pull request has been automatically marked as |
|
Hey @kfcampbell, is there any chance to reopen this pull request? I can confirm that the issue #2077 still exists... |
Resolves #I2077
Before the change?
repositoryupdate, there's a bug in the GitHub 2022-11-28 version, that throws a 422 error whenever theweb_commit_signoff_requiredis set to true, even when it is already true.After the change?
web_commit_signoff_requiredhas been modified. If it has, it is passed along in the request. If it hasn't, it is silently dropped from the request.Pull request checklist
Does this introduce a breaking change?
Please see our docs on breaking changes to help!