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
As per the recent announcement the repository settings to enable/disable the 3 Pull Request merge options (Merge, Squash, Rebase) are now configurable via the API 🙌
There are 3 new properties to accomplish this, which will need to be added to our Repository response class and also the Create and Edit requests will be updated with new request parameters
API Docs - Create (this turned out to be a documentation error, and the Create method does not support these new fields at this time)
As per the recent announcement the repository settings to enable/disable the 3 Pull Request merge options (Merge, Squash, Rebase) are now configurable via the API 🙌
There are 3 new properties to accomplish this, which will need to be added to our
Repository
response class and also the Create and Edit requests will be updated with new request parametersAPI Docs
- Create(this turned out to be a documentation error, and theCreate
method does not support these new fields at this time)The text was updated successfully, but these errors were encountered: