brew bump-formula-pr
should truncate long PR bodies
#19837
Labels
help wanted
We want help addressing this
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
I wasn't sure if this fits more here or in Homebrew/core, but I believe it's a bug in
brew
. I'd be happy to open a separate issue if needed.I wanted to upgrade Kyverno CLI to the latest released version 1.14.0 https://github.com/kyverno/kyverno/releases/tag/v1.14.0, but it wasn't available.
I tried looking for an existing open PR for https://github.com/Homebrew/homebrew-core/blob/a5729e56492cde8ade31f0ab9bd522c76231cdf0/Formula/k/kyverno.rb
Eventually, I learned about
brew bump
and triedWhat happened (include all command output)?
The cause seems to be that the
autobump
CI Action is failing with:https://github.com/Homebrew/homebrew-core/actions/runs/14703087451/job/41256558075#step:6:7819
The errors started , just after the new version got released with:
https://github.com/Homebrew/homebrew-core/actions/runs/14655527237/job/41129811771#step:6:7657
Maybe it's caused by the very long release notes in https://github.com/kyverno/kyverno/releases/tag/v1.14.0 which
brew bump
is not able to handle?What did you expect to happen?
The Kyverno formula should have been autobumped by the normal CI process.
Step-by-step reproduction instructions (by running
brew
commands)Run the `Bump formulae on schedule or request` CI Workflow https://github.com/Homebrew/homebrew-core/actions/workflows/autobump.yml Kyverno fails with
The text was updated successfully, but these errors were encountered: