From 0046de15e26ac863c1185d79381fc101b0b7a7a5 Mon Sep 17 00:00:00 2001 From: Alex Unger Date: Wed, 11 Dec 2019 13:36:03 +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 23f516a2d..59824145f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -93,5 +93,6 @@ branches: users: [] teams: - ci + - employees ...