Skip to content
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

chore: disable required linear history on v3 branch #1018

Merged
merged 5 commits into from
Oct 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try per-branch merge commits
  • Loading branch information
tswast authored Oct 12, 2021
commit 3b651943d221865b54b30edcb24f99658933e20b
3 changes: 2 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ branchProtectionRules:
# Identifies the protection rule pattern. Name of the branch to be protected.
# Defaults to `main`
- pattern: main
mergeCommitAllowed: false
requiresCodeOwnerReviews: true
requiredLinearHistory: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- 'Kokoro'
Expand All @@ -16,6 +16,7 @@ branchProtectionRules:
- 'Samples - Python 3.7'
- 'Samples - Python 3.8'
- pattern: v3
mergeCommitAllowed: true
requiresCodeOwnerReviews: true
requiredLinearHistory: false
requiresStrictStatusChecks: true
Expand Down