mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Merge pull request #19886 from botantony/no_autobump
autobump_constants: add `bumped_by_upstream` reason
This commit is contained in:
commit
97f9837a13
@ -4,4 +4,5 @@
|
|||||||
# TODO: add more reasons here
|
# TODO: add more reasons here
|
||||||
NO_AUTOBUMP_REASONS_LIST = T.let({
|
NO_AUTOBUMP_REASONS_LIST = T.let({
|
||||||
incompatible_version_format: "incompatible version format",
|
incompatible_version_format: "incompatible version format",
|
||||||
|
bumped_by_upstream: "bumped by upstream",
|
||||||
}.freeze, T::Hash[Symbol, String])
|
}.freeze, T::Hash[Symbol, String])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user