fix(github-app): harden public surface publishing - #412
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 3e661d8 | Commit Preview URL Branch Preview URL |
Jun 05 2026, 09:57 AM |
JSONbored
force-pushed
the
codex/github-app-public-surface-hardening
branch
from
June 5, 2026 09:41
52397ff to
3810b2a
Compare
JSONbored
force-pushed
the
codex/github-app-public-surface-hardening
branch
from
June 5, 2026 09:55
3810b2a to
3e661d8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pull requests: writein installation health for PR public comments/labels, matching live installed-app behavior.What changed
Gittensory Contextbefore comment/label outputs and records output-level failures.pr_public_surface_publishedwhen at least one configured output succeeds, including published and failed output metadata.Why
Live installed-app smoke testing showed
Gittensory Gateworked, but a GitHub comment-write 403 aborted the rest of the public-surface path. The app should keep advisory checks and audit visibility working even when comments or labels need permission repair.Validation
npm run test:unit -- test/unit/queue.test.tsnpx vitest run test/integration/api.test.tsnpm run test:coveragenpm run typechecknpm run test:smoke:productionNotes
pull_requestsas the remaining missing permission.Pull requests: write.Fixes #413