Skip to content

Commit

Permalink
3.0.0 is out so don't special case things as being deferred
Browse files Browse the repository at this point in the history
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #127)
  • Loading branch information
iamamoose authored and levitte committed Sep 28, 2022
1 parent 4dbaaff commit 8512637
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions github-tools/stale.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8512637

Please sign in to comment.