Skip to content

Commit b2af13a

Browse files
authored
Merge pull request #8 from localheinz/fix/rename
Fix: Use main as default branch name
2 parents d17f86c + 697b29f commit b2af13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://github.com/probot/settings
22

33
branches:
4-
- name: "master"
4+
- name: "main"
55

66
# https://docs.github.com/en/rest/reference/repos#delete-branch-protection
77
# https://docs.github.com/en/rest/reference/repos#update-branch-protection
@@ -60,7 +60,7 @@ repository:
6060
allow_rebase_merge: false
6161
allow_squash_merge: false
6262
archived: false
63-
default_branch: "master"
63+
default_branch: "main"
6464
delete_branch_on_merge: true
6565
description: ":fork_and_knife: Fork of sebastian/diff for use with ergebnis/composer-normalize."
6666
has_downloads: true

0 commit comments

Comments
 (0)