From 2c611dbff0daee9f57dd23b6ac3113f21ead5710 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Fri, 4 Oct 2024 12:05:47 -0400 Subject: [PATCH] Update comment --- src/Restyled/Disabled.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Restyled/Disabled.hs b/src/Restyled/Disabled.hs index dd9702b3..37c02a4b 100644 --- a/src/Restyled/Disabled.hs +++ b/src/Restyled/Disabled.hs @@ -57,11 +57,12 @@ newtype Owner = Owner -- | Decide if we should emit a disabled status intead of processing -- --- Some ideas: +-- Rough plan: -- --- - Our own testing repositories --- - All public repositories --- - All except those orgs who are still paying +-- - [x] Our own testing repositories +-- - [ ] All public repositories +-- - [ ] All except those orgs who are still paying +-- - [ ] Every shouldEmitDisabledStatus :: Webhook -> Bool shouldEmitDisabledStatus webhook = and