From 53ee5572020d3bd83a0c6d11248088748d4ea6b2 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 14:17:43 +0200 Subject: [PATCH] Check if gh settings are working now correctly --- .github/settings.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 7869f3cd81..ccc41e8c49 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,11 +2,11 @@ repository: name: ocis-ocs description: ':atom_symbol: Service to serve OCS for Reva/oCIS' - homepage: topics: reva, ocis private: false has_issues: true + has_projects: false has_wiki: false has_downloads: false @@ -56,10 +56,17 @@ branches: required_approving_review_count: 1 dismiss_stale_reviews: false require_code_owner_reviews: false + dismissal_restrictions: + users: [] + teams: [] required_status_checks: strict: true contexts: - continuous-integration/drone/pr enforce_admins: false + restrictions: + users: [] + teams: + - ci ...