docs(changelog): Flaky Tests fork PR uploads without sharing org token#153
Merged
samgutentag merged 1 commit intoJun 13, 2026
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
7b29c4d to
51dab81
Compare
51dab81 to
7395703
Compare
7395703 to
9909ca6
Compare
9909ca6 to
65ce7f6
Compare
65ce7f6 to
8299643
Compare
8299643 to
bd8977c
Compare
bd8977c to
b7d9663
Compare
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
b7d9663 to
e6418e8
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.
What shipped
A per-repo Fork PR Uploads toggle for Flaky Tests (Settings > Repositories > [repo] > Flaky Tests). Enabling it mints a non-secret 8-character public repo identifier that fork PR workflows send on the
X-Trunk-Public-Repo-Idheader instead of the org API token. Uploads are gated by two independent checks: per-repo opt-in plus GitHub run verification.Source
Date basis
Entry date
2026-05-18= mergedAt of the source eng PR.Wired files (4 sites)
changelog/2026-05-18-flaky-tests-fork-pr-uploads.mdx(entry)docs.json(Changelog 2026 nav group)changelog/index.mdx(May 2026 Update block)flaky-tests/changelog.mdx(product index Update block)Verification notes
Header name
X-Trunk-Public-Repo-Idand the 8-character alphanumeric identifier are both confirmed against trunk2#3908 (TRD +short-id.ts, same alphabet/length as test-collection short IDs). Note: trunk2#3908 ships only the frontend toggle + DB config; the header acceptance on the upload/quarantine endpoints lives in the legacyapi.trunk.iomonolith and analytics-cli, listed as out-of-scope cross-repo TODOs. Kept as a draft pending confirmation those land in production.🤖 Generated with Claude Code