From c967eddb27bb823ae11aa7561eeacb6ae2cabc4d Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Wed, 11 Dec 2019 13:38:54 +0100 Subject: [PATCH] Grant access to protected branches to oc employees --- .github/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/settings.yml b/.github/settings.yml index b30a286c74..ee76fdc8b5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -93,5 +93,6 @@ branches: users: [] teams: - ci + - employees ...