mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
chore(gh): Enable more settings
This commit is contained in:
parent
bb49a658df
commit
7bff552156
1 changed files with 5 additions and 1 deletions
6
.github/settings.yml
vendored
6
.github/settings.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue