Skip to content

Commit

Permalink
Fix: Use main as default branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Jul 5, 2020
1 parent d17f86c commit 697b29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/probot/settings

branches:
- name: "master"
- name: "main"

# https://docs.github.com/en/rest/reference/repos#delete-branch-protection
# https://docs.github.com/en/rest/reference/repos#update-branch-protection
Expand Down Expand Up @@ -60,7 +60,7 @@ repository:
allow_rebase_merge: false
allow_squash_merge: false
archived: false
default_branch: "master"
default_branch: "main"
delete_branch_on_merge: true
description: ":fork_and_knife: Fork of sebastian/diff for use with ergebnis/composer-normalize."
has_downloads: true
Expand Down

0 comments on commit 697b29f

Please sign in to comment.