mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #20021 from botantony/no_autobump_constant
autobump_constants: add `:requires_manual_review` reason
This commit is contained in:
commit
f3c79353be
@ -7,4 +7,5 @@ NO_AUTOBUMP_REASONS_LIST = T.let({
|
|||||||
bumped_by_upstream: "bumped by upstream",
|
bumped_by_upstream: "bumped by upstream",
|
||||||
extract_plist: "livecheck uses `:extract_plist` strategy",
|
extract_plist: "livecheck uses `:extract_plist` strategy",
|
||||||
latest_version: "`version` is set to `:latest`",
|
latest_version: "`version` is set to `:latest`",
|
||||||
|
requires_manual_review: "a manual review of this package is required for inclusion in autobump",
|
||||||
}.freeze, T::Hash[Symbol, String])
|
}.freeze, T::Hash[Symbol, String])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user