mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-23 21:50:38 +00:00
[skip ci] fix github settings syntax
This commit is contained in:
parent
c697cf1edd
commit
fefe8420ef
12
.github/settings.yml
vendored
12
.github/settings.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user