Skip to content

Commit

Permalink
chore(gh): Enable more settings
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 18, 2023
1 parent bb49a65 commit 7bff552
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ repository:
# Not really needed
allow_rebase_merge: false

# Manual: allow_auto_merge: true, see https://github.com/probot/settings/issues/402
allow_auto_merge: true
delete_branch_on_merge: true

squash_merge_commit_title: "PR_TITLE"
squash_merge_commit_message: "PR_BODY"
merge_commit_message: "PR_BODY"

#labels:
# - name: "A-builder"
# description: "Area: Builder API"
Expand Down

0 comments on commit 7bff552

Please sign in to comment.