Skip to content

ci: make release-please manual-only#8

Merged
jadb merged 1 commit into
mainfrom
disable-auto-release
Jun 18, 2026
Merged

ci: make release-please manual-only#8
jadb merged 1 commit into
mainfrom
disable-auto-release

Conversation

@jadb

@jadb jadb commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Removes the push trigger from release-please.yml so merges to main no longer auto-cut a release PR or tag. The workflow remains available via workflow_dispatch (Actions tab) for when a release is intentionally desired.

Why

The repo is being made public so org-level Actions secrets (RELEASE_BOT_APP_ID / RELEASE_BOT_PRIVATE_KEY) resolve — on the Free plan those secrets aren't delivered to private repos, which is why the release-please job was failing. But auto-releasing on every merge is not wanted yet, so this gates release-please behind a manual dispatch.

Effect

  • No automatic release PRs or tags on merge to main.
  • Build pipeline (go-build / lint) unaffected.
  • Workflow shape stays conformant (preflight passes); release can still be cut manually when desired.

drop push trigger; workflow_dispatch only. merges to main no longer
auto-cut a release PR or tag. run from Actions tab when a release is
intended.
Copilot AI review requested due to automatic review settings June 18, 2026 02:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@jadb jadb merged commit 12240e9 into main Jun 18, 2026
3 checks passed
@jadb jadb deleted the disable-auto-release branch June 18, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants