bors.toml: don't delete merged branches
This caused develop to be deleted. And if most people send PR's from forks of devos, this line doesn't really help much.
This commit is contained in:
parent
634cfcb301
commit
00f8b477a6
1 changed files with 0 additions and 2 deletions
|
@ -3,5 +3,3 @@ status = [ "check" ]
|
||||||
required_approvals = 1
|
required_approvals = 1
|
||||||
|
|
||||||
up_to_date_approvals = true
|
up_to_date_approvals = true
|
||||||
|
|
||||||
delete_merged_branches = true
|
|
||||||
|
|
Loading…
Reference in a new issue