mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
Some checks failed
Webhook Upgrade Validation / webhook-upgrade-check (push) Failing after 23s
* Fix: update Homebrew formula action to latest version Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com> * Fix: update Homebrew formula action reference to correct version Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com> * fix: remove redundant Homebrew bump action - Fixes: https://github.com/kubevela/kubevela/actions/runs/18149681613/job/51659048948 - The kubevela formula in homebrew/core is already configured for automatic updates via BrewTestBot. - BrewTestBot runs every ~3 hours after a new release to automatically open version bump PRs. - The manual bump step (dawidd6/action-homebrew-bump-formula) was redundant and caused workflow failures: 'Error: Whoops, the kubevela formula has its version update pull requests automatically opened by BrewTestBot every ~3 hours!' - Removed the manual bump action to prevent conflicts and rely solely on BrewTestBot for formula updates https://github.com/Homebrew/homebrew-core/blob/master/Formula/k/kubevela.rb. Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com> --------- Signed-off-by: Chaitanya Reddy Onteddu <chaitanyareddy0702@gmail.com>