Skip to content

Commit 60594f4

Browse files
authored
chore: don't require branch to be synced with main to merge (#425)
Many recent changes (e.g. docs) don't need to be synced with `main` to be pretty confident they are safe to merge. 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://togithub.com/googleapis/python-bigquery-dataframes/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) Fixes #<issue_number_goes_here> 🦕
1 parent 9a678e3 commit 60594f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ branchProtectionRules:
55
# Defaults to `main`
66
- pattern: main
77
requiresCodeOwnerReviews: true
8-
requiresStrictStatusChecks: true
8+
requiresStrictStatusChecks: false
99
requiredStatusCheckContexts:
1010
- 'conventionalcommits.org'
1111
- 'cla/google'

0 commit comments

Comments
 (0)