Skip to content

Commit

Permalink
Merge pull request #251 from localheinz/fix/default
Browse files Browse the repository at this point in the history
Fix: Set master as default branch
  • Loading branch information
localheinz authored Dec 1, 2019
2 parents 0192e5a + 37dc488 commit abb9645
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: 1.x
- name: master
protection:
enforce_admins: false
required_pull_request_reviews:
Expand Down Expand Up @@ -49,7 +49,7 @@ repository:
allow_merge_commit: true
allow_rebase_merge: false
allow_squash_merge: false
default_branch: 1.x
default_branch: master
description: ":musical_note: Provides a composer plugin for normalizing composer.json."
has_downloads: true
has_issues: true
Expand Down

0 comments on commit abb9645

Please sign in to comment.