runbot/runbot_merge/changelog/2022-10/branch.md
Xavier Morel 5f08100f3a [REV] runbot_merge: don't close PRs when deactivating branches
Partially revert 0c882fc0df

This turns out to be more bane than boon, as it breaks forward-port
chains and confuses people (despite the message). Update notification
message and don't close the PR anymore.

While at it, disable any pending staging on the branch being deactivated.

Fixes #654
2022-12-01 10:57:32 +01:00

210 B

REV: don't automatically close PRs when their branch is disabled

Turns out that breaks FW chains and makes existing forward ports harder to manage, so revert that bit. Do keep sending a message on the PR tho.