3.0.0 is out so don't special case things as being deferred

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/tools/pull/127)
This commit is contained in:
Mark J. Cox 2022-03-14 12:42:36 +00:00 committed by Richard Levitte
parent 4dbaaffea2
commit 85126371f5
1 changed files with 0 additions and 4 deletions

View File

@ -137,10 +137,6 @@ def parsepr(pr, days):
# for example if something is for after 1.1.1 but is waiting for a CLA
# then we've time to get the CLA later, it's deferred.
if (('Post 1.1.1' in labels) or
('milestone:Post 3.0.0' in labels)):
stale["deferred after 3.0.0"].append(data)
return
if ('stalled: awaiting contributor response' in labels):
stale["waiting for reporter"].append(data)
return