Skip to content

Install the breakglass caller - #166

Merged
ulziibay-kernel merged 1 commit into
mainfrom
hypeship/install-breakglass
Aug 24, 2026
Merged

Install the breakglass caller#166
ulziibay-kernel merged 1 commit into
mainfrom
hypeship/install-breakglass

Conversation

@ulziibay-kernel

@ulziibay-kernelulziibay-kernel commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Nineteen lines, no logic — the whole per-repo install for breakglass.

Comment /breakglass <reason> on a PR here and it merges without its required approval, recording the reason on the PR. The mechanism lives in kernel/security-workflows and is shared, so changes to it need no PR here.

This repo is public, which is why the mechanism is hosted in a public repo — a public repository cannot call a reusable workflow stored in a private one, and the failure is silent (run created, zero jobs, nothing on the PR).

Why a file per repo: issue_comment fires in the repo where the comment is left, and GitHub only runs a workflow if the file is on that repo's default branch. Reusable workflows share logic, not triggers.

Docs: kernel/infra docs/breakglass.md

Depends on kernel/security-workflows#18 landing first. Requires the org-level BREAKGLASS_APP_ID / BREAKGLASS_APP_PRIVATE_KEY secrets shared with this repo, and the kernel-breakglass app installed on it.


Note

Low Risk
Adds CI-only automation with no application code changes; secret scope is intentionally limited to breakglass credentials.

Overview
Adds a minimal GitHub Actions workflow so reviewers can comment /breakglass <reason> on a PR to merge without required approvals; the reason is recorded on the PR.

The workflow listens for issue_comment on PRs, runs only when the comment starts with /breakglass, and delegates all logic to the shared reusable workflow kernel/security-workflows/.github/workflows/breakglass-merge.yml@main. It passes only BREAKGLASS_APP_ID and BREAKGLASS_APP_PRIVATE_KEY explicitly (not secrets: inherit) because the callee lives in another repo.

This is the standard per-repo install pattern: issue_comment fires in the repo where the comment is left, and GitHub requires the workflow file on that repo’s default branch.

Reviewed by Cursor Bugbot for commit 119a9e7. Bugbot is set up for automated code reviews on this repo. Configure here.

Nineteen lines, no logic. The mechanism is kernel/security-workflows
.github/workflows/breakglass-merge.yml; this only routes a /breakglass comment to
it, so changes to the mechanism need no PR here.
Hosted in a public repo because this one is public, and a public repository
cannot call a reusable workflow stored in a private one.
See kernel/infra docs/breakglass.md.
@vercel

vercelBot commented Aug 24, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
mcpReadyReadyPreviewAug 24, 2026 7:14pm

@sjmiller609sjmiller609 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

reviewed the shared breakglass caller rollout — looks good.

@ulziibay-kernel
ulziibay-kernel merged commit 1022c65 into mainAug 24, 2026
10 checks passed
@ulziibay-kernel
ulziibay-kernel deleted the hypeship/install-breakglass branch August 24, 2026 19:49
Sign up for freeto 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

@ulziibay-kernel@sjmiller609