chore: disable required linear history on v3 branch#1018
chore: disable required linear history on v3 branch#1018gcf-merge-on-green[bot] merged 5 commits intomainfrom
Conversation
This should prevent conflicts when we sync v3 with main.
|
Seems I got the schema wrong. I was guessing the property based on required_linear_history here: https://docs.github.com/en/rest/reference/repos#update-branch-protection |
|
@tswast There's an example config with comments on all the possible options in the bot README: https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings
|
|
Hmmm... Looks like sync-repo-settings config doesn't allow a per-branch setting for
I think I need both. |
This should prevent conflicts when we sync v3 with main. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary)
This should prevent conflicts when we sync v3 with main.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: