From cc96d1dc277afa2f977c4d7b0928e88c8429b13a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 11 Sep 2021 12:43:38 +0200 Subject: [PATCH] add branch protection for docs branch --- .github/settings.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index df057ca..013c95a 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -53,3 +53,12 @@ branches: - continuous-integration/drone/pr enforce_admins: null restrictions: null + - name: docs + protection: + required_pull_request_reviews: null + required_status_checks: null + enforce_admins: true + restrictions: + users: [] + teams: + - bot