-
Notifications
You must be signed in to change notification settings - Fork 766
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
Add require_linear_history
on github_branch_protection
resource
#887
Add require_linear_history
on github_branch_protection
resource
#887
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
@majormoses could you please merge this PR into master ? |
❤️ excited to see this one ship. Will need to get this tested but aim to batch this into the next release. Thanks for the contribution and patience so far! |
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.
All good here to merge once the docs get fixed.
Hmmm. Trying to set Is there any other setting that may cause it to be ignored? |
I got exactly the same issue, the plan says it is going to change its value but nothing gets done. |
Same issue here @schmurfy and @Crono1981 . Created an issue for it. Please add any details you have to the issue! |
This does not work - there is an issue raised here for it: #952 |
Looks like this reads the linear history flag but doesn't write it. Opened #994 to write it. |
…ntegrations#887) * Add `require_linear_history` on `github_branch_protection` resource * Run gofmt * Move documentation to correct file
Fixes #305
Tested to work locally