You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Head SHA:ad7641a Timestamp: 2026-05-07T00:00:00Z Outcome: approve
Summary
This PR adds pull-requests: write to the post-run-link job's permissions block, aligning it with the canonical fullsend shim template and with the permission patterns already used by other jobs in this workflow (e.g., dispatch-stop-fix). The post-run-link job comments on both issues and PRs via gh issue comment, and the additional permission ensures the GITHUB_TOKEN can write to PR resources under GitHub Actions' fine-grained permission model. The change is minimal (one line), syntactically correct, and introduces no new logic or security concerns. No findings across all six review dimensions.
Findings
No findings.
Footer
Outcome: approve
This review applies to SHA ad7641af0d54b8017a1e93442eec583145f31ef9. Any push to the PR head clears this review and requires a new evaluation.
Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.
Head SHA:ef9062c Timestamp: 2026-05-07T00:00:00Z Outcome: approve
Summary
Clean, minimal change that adds pull-requests: write to the post-run-link job's permissions block. This is necessary because the job comments on PRs (via gh issue comment) when triggered by pull_request_target events, and the fine-grained GITHUB_TOKEN may not cover PR writes with only issues: write. The permission is scoped to github.token (not the dispatch token), only affects this single job, and is consistent with the dispatch-stop-fix job which already declares both permissions for the same pattern. No findings across any of the six review dimensions.
Findings
None.
Footer
Outcome: approve
This review applies to SHA ef9062c5726ab5f462b32de7678e9a81d7e3043c. Any push to the PR head clears this review and requires a new evaluation.
Protected paths detected — this PR modifies files under one or more
protected paths. The review agent cannot approve PRs that touch these paths.
A human reviewer must approve this PR.
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
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.
This PR updates the fullsend shim workflow to match the current template in the
.fullsendconfig repo.The shim content has drifted from the template — this brings it back in sync.