From 3a6217cacb90913e27909d67e5638440bb3f9f8f Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 3 Mar 2026 11:22:55 -0500 Subject: [PATCH] Update cutoff --- lib/trust_level.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/trust_level.rb b/lib/trust_level.rb index b54112c1baf67b85108665e370deba6966c9e5b3..a3cf2bbab898a31630cb6c8e748c92445b973aff 100644 --- a/lib/trust_level.rb +++ b/lib/trust_level.rb @@ -79,7 +79,7 @@ module TrustLevel class Cellar TrustLevel.register do |manual:, activated:, invited:, activater:, **| new if manual == "Cellar" || (!manual && !activater && !invited && \ - (!activated || activated > Time.parse("2026-02-26"))) + (!activated || activated > Time.parse("2026-03-03 16:30"))) end def invite?