From 3e2514bf314db27f0d94b2147c9658e5dcc57e55 Mon Sep 17 00:00:00 2001 From: Sergio Valverde Date: Sun, 5 Nov 2023 19:33:32 +0100 Subject: [PATCH] branch protection --- .github/settings.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 4091520..2e7b5ac 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -26,18 +26,18 @@ teams: - name: "all" permission: "pull" -# branches: -# # See https://docs.github.com/en/rest/branches/branch-protection#update-branch-protection -# - name: default -# protection: -# required_pull_request_reviews: -# required_approving_review_count: 1 -# dismiss_stale_reviews: true -# require_code_owner_reviews: true -# required_status_checks: null -# enforce_admins: true -# restrictions: null -# allow_force_pushes: false -# allow_deletions: false -# block_creations: true -# required_conversation_resolution: true +branches: + # See https://docs.github.com/en/rest/branches/branch-protection#update-branch-protection + - name: default + protection: + required_pull_request_reviews: + required_approving_review_count: 1 + dismiss_stale_reviews: true + require_code_owner_reviews: true + required_status_checks: null + enforce_admins: true + restrictions: null + allow_force_pushes: false + allow_deletions: false + block_creations: true + required_conversation_resolution: true