runbot/runbot_merge/controllers
Xavier Morel dd0905f8d3 [IMP] runbot_merge: handling of PRs on disabled branches
Historically PRs to disabled branches were treated like PRs to
un-managed branches: ignored.

However because they cay *already exist* when the branch is disabled,
the effects can be subtly different, and problematically so
e.g. ignoring all PR events on PRs targeting disabled branches means
we can't close them anymore, which is less than great.

So don't ignore events on PRs to disabled branches (creation, sync,
closing, and reopening) but also send feedback on PRs to disabled or
un-managed branches to indicate that they're not merge-able.

Fixes #410
2020-10-06 14:45:49 +02:00
..
__init__.py [IMP] runbot_merge: handling of PRs on disabled branches 2020-10-06 14:45:49 +02:00
dashboard.py [ADD] runbot_merge: staging history per branch 2019-08-21 14:15:10 +02:00
reviewer_provisioning.py [IMP] runbot_merge: make review rights repo-dependent 2020-02-11 08:07:57 +01:00