Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/policies/dev-proxy-branch-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ configuration:
requiredStatusChecks:
- CodeQL
# Require branches to be up to date before merging. boolean
requiresStrictStatusChecks: true
requiresStrictStatusChecks: false
Comment thread
waldekmastykarz marked this conversation as resolved.
# Indicates whether there are restrictions on who can push. boolean. Should be set with whoCanPush.
restrictsPushes: false
# Restrict who can dismiss pull request reviews. boolean
restrictsReviewDismissals: false
restrictsReviewDismissals: false
Loading