From 3ab94b020a6ef2f6adb9f2dd256b2ca65ece833f Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Tue, 22 Jan 2019 10:52:39 +0100 Subject: [PATCH] Properly configure permissions for protected branches --- .github/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 3a43817..f647429 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -58,7 +58,6 @@ branches: dismissal_restrictions: teams: - Admins - - Captain required_status_checks: strict: true contexts: @@ -66,4 +65,5 @@ branches: enforce_admins: false restrictions: users: [] - teams: [] + teams: + - Admins