From 55debd9e4651c46d67b7fb1cc41e98014eddbbaa Mon Sep 17 00:00:00 2001 From: waldekmastykarz Date: Mon, 1 Jul 2024 10:38:10 +0200 Subject: [PATCH] Updates branch policy --- .github/policies/dev-proxy-branch-protection.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/policies/dev-proxy-branch-protection.yml b/.github/policies/dev-proxy-branch-protection.yml index 33516ed3..8f4a0dd1 100644 --- a/.github/policies/dev-proxy-branch-protection.yml +++ b/.github/policies/dev-proxy-branch-protection.yml @@ -20,7 +20,7 @@ configuration: # Specifies whether new commits pushed to the matching branches dismiss pull request review approvals. boolean dismissStaleReviews: true # Specifies whether admins can overwrite branch protection. boolean - isAdminEnforced: true + isAdminEnforced: false # Indicates whether "Require a pull request before merging" is enabled. boolean requiresPullRequestBeforeMerging: true # Specifies the number of pull request reviews before merging. int (0-6). Should be null/empty if PRs are not required