From 47880cce29f86d16b78403e697f8513ed51a97d9 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 5 Sep 2019 14:17:39 +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 bc01fd51a5..349856f63f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,11 +2,11 @@ repository: name: ocis description: ':atom_symbol: ownCloud Infinit Scale stack' - 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 ...