Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
ci(bors): set update_base_for_deletes (#17410)
Browse files Browse the repository at this point in the history
From the source, this doesn't do anything to the git history, but does prevent chained PRs being closed after bors closes the first one.

This still doesn't work very well for us, but it's better than randomly closing PRs that haven't been merged.
  • Loading branch information
eric-wieser committed Nov 7, 2022
1 parent d82d6e2 commit 6dded23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ use_squash_merge = true
timeout_sec = 28800
block_labels = ["not-ready-to-merge", "WIP", "blocked-by-other-PR", "merge-conflict", "awaiting-CI"]
delete_merged_branches = true
update_base_for_deletes = true
cut_body_after = "---"

0 comments on commit 6dded23

Please sign in to comment.