mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
[skip ci] fix github settings syntax
This commit is contained in:
parent
d00097de7f
commit
0b29152b59
5
.github/settings.yml
vendored
5
.github/settings.yml
vendored
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
repository:
|
repository:
|
||||||
name: docker-tidy
|
name: docker-tidy
|
||||||
description: Keep docker hosts tidy
|
description: Keep docker hosts tidy
|
||||||
@ -9,12 +8,12 @@ repository:
|
|||||||
has_issues: true
|
has_issues: true
|
||||||
has_projects: false
|
has_projects: false
|
||||||
has_wiki: false
|
has_wiki: false
|
||||||
has_downloads: false
|
has_downloads: true
|
||||||
|
|
||||||
default_branch: main
|
default_branch: main
|
||||||
|
|
||||||
allow_squash_merge: true
|
allow_squash_merge: true
|
||||||
allow_merge_commit: false
|
allow_merge_commit: true
|
||||||
allow_rebase_merge: true
|
allow_rebase_merge: true
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user