Propose to also abandon 90 day old patches in merge conflict

The present patch abandonment policy over covers patches with a -1 vote
from CI that are without any activity for 90 days.

This change proposes to broaden the policy to also apply to patches in
merge conflict that do not have any activity for 90 days, regardless of
the CI vote.

Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: I368ce03084bfc69b6590694cf71bef83b614834b
This commit is contained in:
James Slagle 2021-04-08 12:40:20 -04:00
parent 220e8f0dd9
commit 3d87c6229a
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ If a proposed patch becomes stale by ending up with a -1 from CI for 90 days
and no activity to resolve the issues, a core reviewer should abandon the
change with a reference to this policy.
If a proposed patch with no activity for 90 days is in merge conflict, even
with a +1 from CI, a core reviewer should abandon the change with a reference
to this policy.
When NOT to Abandon
===================