Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@thegeeklab.de>2021-05-24 14:25:31 +0300
committerRobert Kaussow <mail@thegeeklab.de>2021-05-24 14:25:31 +0300
commit242d91f0992a9d5cffdab79bada5c31f0ade2f8e (patch)
treedff2f937aaeb419137b94ccc530e1a9b360715fe /.github
parent44c4bf335e465f7c75697c9f43b0f54add063768 (diff)
chore: replace master by main as default branch
BREAKING CHANGE: We have switched to 'main' as default branch. The 'master' branch is no longer maintained and will be removed after June 30, 2021!
Diffstat (limited to '.github')
-rw-r--r--.github/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
index ca95189..0a9e213 100644
--- a/.github/settings.yml
+++ b/.github/settings.yml
@@ -11,7 +11,7 @@ repository:
has_wiki: false
has_downloads: false
- default_branch: master
+ default_branch: main
allow_squash_merge: true
allow_merge_commit: true
@@ -47,7 +47,7 @@ labels:
description: This will not be worked on
branches:
- - name: master
+ - name: main
protection:
required_status_checks:
strict: true