From 4e81dbe0e9cac5adab56b921f35937acc5d0ac4c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 11 Apr 2021 15:23:11 +0200 Subject: [PATCH] update branch protection --- .github/settings.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 9ed4e1c..12c0000 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -49,11 +49,10 @@ labels: branches: - name: main protection: + required_pull_request_reviews: null required_status_checks: - strict: true + strict: false contexts: - continuous-integration/drone/pr - enforce_admins: false - restrictions: - users: [] - teams: [] + enforce_admins: null + restrictions: null