mirror of
https://github.com/cobalt-org/cobalt.rs
synced 2024-11-10 14:24:12 +00:00
chore(gh): Ban rebase merges
This commit is contained in:
parent
96297f038d
commit
716170eaa8
1 changed files with 5 additions and 2 deletions
7
.github/settings.yml
vendored
7
.github/settings.yml
vendored
|
@ -10,9 +10,12 @@ repository:
|
|||
has_downloads: true
|
||||
default_branch: main
|
||||
|
||||
allow_squash_merge: true
|
||||
# Preference: people do clean commits
|
||||
allow_merge_commit: true
|
||||
allow_rebase_merge: true
|
||||
# Backup in case we need to clean up commits
|
||||
allow_squash_merge: true
|
||||
# Not really needed
|
||||
allow_rebase_merge: false
|
||||
|
||||
allow_auto_merge: true
|
||||
delete_branch_on_merge: true
|
||||
|
|
Loading…
Reference in a new issue