orca/.github/workflows
Neil f6cc2aee92
fix(release): grant actions:write + drop broken auto-merge on tap (#1336)
Two bugs surfaced on the v1.3.26 release:

1. release.yml's new `Trigger Homebrew cask bump` step failed with
   HTTP 403 "Resource not accessible by integration". The publish-release
   job's permissions block only listed `contents: write`, but
   POST /actions/workflows/:id/dispatches requires `actions: write` on the
   scoped-down GITHUB_TOKEN. Added the permission.

2. Even when the bump workflow does run, its `gh pr merge --auto` was
   silently no-op'ing against the homebrew-orca tap, leaving bump PRs
   open. `--auto` only activates when there's a required check or
   branch-protection rule to wait on; the tap intentionally has neither.
   Switched to a direct squash-merge so the tap stays hands-free as
   originally intended.

Co-authored-by: Orca <help@stably.ai>
2026-05-01 20:24:41 -07:00
..
e2e.yml chore: reduce root-directory clutter (#1275) 2026-04-30 00:09:46 -07:00
homebrew-bump.yml fix(release): grant actions:write + drop broken auto-merge on tap (#1336) 2026-05-01 20:24:41 -07:00
issue-os-labeler.yaml Align issue OS labels with repo labels 2026-04-13 12:05:24 -07:00
pr.yml chore: reduce root-directory clutter (#1275) 2026-04-30 00:09:46 -07:00
release-cut.yml fix(release): recover orphan tags instead of hard-failing the cut (#1335) 2026-05-01 20:13:46 -07:00
release-rc.yml chore: reduce root-directory clutter (#1275) 2026-04-30 00:09:46 -07:00
release.yml fix(release): grant actions:write + drop broken auto-merge on tap (#1336) 2026-05-01 20:24:41 -07:00
track-community-prs.yaml Add community PRs directly to project (#1052) 2026-04-24 13:50:10 -07:00