-
Notifications
You must be signed in to change notification settings - Fork 763
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
Adding missing RequiresLinearHistory #935
Conversation
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
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.
Thanks for the patience on this one 🙇🏾
Looks good to ship! @jtyr can I get some help with the conflicts?
Signed-off-by: Jiri Tyr <[email protected]>
@jcudit Code rebase. |
It seems to be missing a final approval from @majormoses |
Just a contributor. Will need assistance from @jcudit or another maintainer. |
Signed-off-by: Jiri Tyr <[email protected]>
This PR is adding missing parameter that sets the
required_linear_history
in the branch protection. Without this patch, I can don't see therequiresLinearHistory
in the request data:With this patch, I can see the
requiresLinearHistory
in the request data: