Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Oct 4, 2024
1 parent 4635733 commit 2c611db
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Restyled/Disabled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c611db

Please sign in to comment.