From 7967a923afafd5d9bd4c9d77b3b79d85d6f8cf3b Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Wed, 23 Jan 2019 09:47:09 +0100 Subject: [PATCH] Properly configure permissions for protected branches --- .github/settings.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index bcb3b12..a1e4d90 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -70,4 +70,6 @@ branches: enforce_admins: false restrictions: users: [] - teams: [] + teams: + - Admins + - Captain