From fefe8420ef2f2cd15d7261a1c4596000bc234f84 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 25 May 2021 17:55:06 +0200 Subject: [PATCH] [skip ci] fix github settings syntax --- .github/settings.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 0a9e213..0551b9e 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,4 +1,3 @@ ---- repository: name: hugo-geekblog description: Hugo theme made for blogs @@ -9,7 +8,7 @@ repository: has_issues: true has_projects: false has_wiki: false - has_downloads: false + has_downloads: true default_branch: main @@ -49,11 +48,10 @@ labels: branches: - name: main protection: + required_pull_request_reviews: null required_status_checks: - strict: true + strict: false contexts: - continuous-integration/drone/pr - enforce_admins: false - restrictions: - users: [] - teams: [] + enforce_admins: null + restrictions: null