fix branch in github settings file
This commit is contained in:
parent
29d4dc401a
commit
66383f3b43
4
.github/settings.yml
vendored
4
.github/settings.yml
vendored
@ -8,7 +8,7 @@ repository:
|
|||||||
has_wiki: false
|
has_wiki: false
|
||||||
has_downloads: true
|
has_downloads: true
|
||||||
|
|
||||||
default_branch: master
|
default_branch: main
|
||||||
|
|
||||||
allow_squash_merge: true
|
allow_squash_merge: true
|
||||||
allow_merge_commit: true
|
allow_merge_commit: true
|
||||||
@ -44,7 +44,7 @@ labels:
|
|||||||
description: This will not be worked on
|
description: This will not be worked on
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- name: master
|
- name: main
|
||||||
protection:
|
protection:
|
||||||
required_pull_request_reviews: null
|
required_pull_request_reviews: null
|
||||||
required_status_checks:
|
required_status_checks:
|
||||||
|
Loading…
Reference in New Issue
Block a user