Skip to content

Commit

Permalink
chore: don't require branch to be synced with main to merge (#425)
Browse files Browse the repository at this point in the history
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> 🦕
  • Loading branch information
tswast authored Mar 11, 2024
1 parent 9a678e3 commit 60594f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branchProtectionRules:
# Defaults to `main`
- pattern: main
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
- 'conventionalcommits.org'
- 'cla/google'
Expand Down

0 comments on commit 60594f4

Please sign in to comment.