fix(fullsend): bump reusable dispatch workflow#3702
Merged
johnmcollier merged 1 commit intoJul 8, 2026
Merged
Conversation
Pin the Fullsend reusable dispatch workflow to a newer released commit so per-repo config loading honors allowed_remote_resources during triage runs. Assisted-by: GPT-5.4 Co-authored-by: Cursor <cursoragent@cursor.com>
|
PR Summary by QodoFix Fullsend triage by bumping reusable dispatch workflow pin
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
gabemontero
approved these changes
Jul 7, 2026
5 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
This updates the Fullsend reusable dispatch workflow pin in
.github/workflows/fullsend.yamlto a newer released Fullsend commit.The previous fix added
allowed_remote_resourcesto.fullsend/config.yaml, but the repository workflow was still pinned to an olderreusable-dispatch.ymlrevision that predates the per-repo config loading fixes. As a result, rerunning Fullsend triage could still fail with the sameallowed_remote_resourceserror even after the config change merged.Changes
fullsend-ai/fullsend/.github/workflows/reusable-dispatch.ymlfrom32f73a4f93301493d2c31be3970aa4c51a26acc7toe22a1eff69ae1e1a4ac1b19927b5c8d4660b0ae7(v0.29.0)Testing
Checklist
Made with Cursor