Merge pull request #19886 from botantony/no_autobump

autobump_constants: add `bumped_by_upstream` reason
This commit is contained in:
Patrick Linnane 2025-05-03 03:35:49 +00:00 committed by GitHub
commit 97f9837a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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])