Skip to content

Commit

Permalink
chore: Update sync-repo-settings.yaml (#531)
Browse files Browse the repository at this point in the history
Don't require PRs to be up-to-date. Requiring this check is
only useful when there is a steady stream of feature work.
Meanwhile, when merging dependencies updates, we have to
run the CI checks repeatedly for little value. So disable the check
for the branch to be up-to-date.
  • Loading branch information
enocom authored May 14, 2024
1 parent 9809c34 commit 600705d
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 @@ -38,7 +38,7 @@ branchProtectionRules:
# Defaults to `false`
requiresCodeOwnerReviews: true
# Require up to date branches
requiresStrictStatusChecks: true
requiresStrictStatusChecks: false
# List of required status check contexts that must pass for commits to be accepted to matching branches.
requiredStatusCheckContexts:
- "dependencies (11)"
Expand Down

0 comments on commit 600705d

Please sign in to comment.