fix(ci): post gate scorecard from base context for fork prs - #435
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryThis PR moves fork PR scorecard posting into the base-context review loop. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (9): Last reviewed commit: "fix(ci): standalone tsconfig for review ..." | Re-trigger Greptile |
Collaborator
Author
|
@greptileai re-review — correct catch: |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
devjain32
approved these changes
Jul 9, 2026
6 tasks
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.
Description
The wiza rehearsal (#427, first real fork PR through the pipeline) exposed that
pull_requestworkflows get a read-only GITHUB_TOKEN on fork PRs regardless of the permissions block — the gate crashed trying to post its scorecard, failing the required check for reasons unrelated to PR quality. Every contributor plugin PR hits this today.gate:failedlabel, refreshed on every Greptile review.gate.ts) and shared, sincegate-main.tsis a side-effecting script that must not be imported.Checklist
pnpm lintand all checks passpnpm typecheckand there are no TypeScript errorspnpm buildand all packages build successfullypnpm testand all tests passScreenshots / Demos (if applicable)
Failing evidence: run 29023571261 on #427.