Skip to content

Commit

Permalink
Merge pull request #8 from localheinz/fix/rename
Browse files Browse the repository at this point in the history
Fix: Use main as default branch name
  • Loading branch information
localheinz committed Jul 5, 2020
2 parents d17f86c + 697b29f commit b2af13a
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 b2af13a

Please sign in to comment.