docs(settings): document that publicSurface doesn't suppress either check-run#5311
Conversation
…heck-run publicSurface governs only shouldPublishPrComment/shouldApplyPrLabel -- neither the Context check (checkRunMode) nor the Gate check (reviewCheckMode) is ANDed with it, confirmed end-to-end in processors.ts. This is intentional (#2852: the check-run must keep posting for branch-protection/auto-merge to keep working) and already correctly documented in registration-readiness.ts's maintainer-facing readiness report -- but had no doc comment on the field itself, and no caveat on any of the 4 openapi occurrences. Docs-only, no behavior change. Regenerated openapi.json. Refs #5288
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 3e1bbf5 | Commit Preview URL Branch Preview URL |
Jul 12 2026, 01:42 PM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5311 +/- ##
=======================================
Coverage 94.37% 94.37%
=======================================
Files 474 474
Lines 40128 40128
Branches 14631 14631
=======================================
Hits 37869 37869
Misses 1583 1583
Partials 676 676
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ Gittensory review result - approve/merge recommendedReview updated: 2026-07-12 13:51:16 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 7 non-blocking
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
Summary
`publicSurface` governs only `shouldPublishPrComment`/`shouldApplyPrLabel` — neither the Context check (`checkRunMode`) nor the Gate check (`reviewCheckMode`) is ANDed with it, confirmed end-to-end in `processors.ts`. This is intentional (#2852: the check-run must keep posting for branch-protection/auto-merge to keep working) and already correctly documented in `registration-readiness.ts`'s maintainer-facing readiness report — but had no doc comment on the field itself, and no caveat on any of the 4 `openapi/schemas.ts` occurrences.
Scope
Docs-only, no behavior change (current behavior is load-bearing per #2852). `src/types.ts`, `src/openapi/schemas.ts` (4 occurrences), regenerated `openapi.json`.
Validation
Closes #5288