Skip to content
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 repo allowupdatebranch #2600

Merged
merged 5 commits into from
Nov 16, 2022

Conversation

michal-ciechan
Copy link
Contributor

@michal-ciechan michal-ciechan commented Oct 25, 2022

As per https://docs.github.com/en/rest/repos/repos#update-a-repository, there is the following setting:

allow_update_branch boolean
Either true to always allow a pull request head branch that is behind its base branch to be updated even if it is not required to be up to date before merging, or false otherwise.

Default: false

  • Code change
  • Locally tested
  • Fix existing Unit/Integration Tests
  • Add new unit/integration tests

@nickfloyd nickfloyd added Type: Feature New feature or request Priority: High labels Oct 27, 2022
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Thanks for the changes! ❤️ Given that our serialization and other tests cover this response model, we should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants