Merge pull request #20673 from Homebrew/add-unreachable-cask-reason

deprecate_disable: add `unreachable` reason
This commit is contained in:
Mike McQuaid 2025-09-12 07:09:34 +00:00 committed by GitHub
commit 1019f9ef21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,7 @@ module DeprecateDisable
no_longer_meets_criteria: "no longer meets the criteria for acceptable casks",
unmaintained: "is not maintained upstream",
fails_gatekeeper_check: "does not pass the macOS Gatekeeper check",
unreachable: "is no longer reliably reachable upstream",
# odeprecate: remove the unsigned reason in a future release
unsigned: "is unsigned or does not meet signature requirements",
}.freeze, T::Hash[Symbol, String])