feat(workbench): submit through an Awesome PR with no local state, and look up its status - #508
Merged
yaojin3616 merged 1 commit intoSep 21, 2026
Conversation
This was referenced Sep 21, 2026
yaojin3616
force-pushed
the
feat/workbench-submission-pr-only
branch
2 times, most recently
from
September 21, 2026 15:52
09bf81a to
e829fa1
Compare
yaojin3616
force-pushed
the
feat/workbench-submission-pr-only
branch
from
September 21, 2026 15:56
e829fa1 to
003ee8d
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.
Summary
Stacked on #497 (which includes #496). Review only the last two commits.
dataelement/awesome-dsh-workbenchis the submission, so the local submission queue (submissions.mjs), its/api/desktop-workbenches/submissionsroute and the local-draft UI are removed. An existingsubmissions.jsonfrom an earlier build is neither read nor deleted.data/workbenches/<owner>__<repo>.ymlwithdescription.zh+description.en, 1–5 screenshots declared in the YAML, optionaltarball, no generated fields.Test plan
npx vitest run: 133 files, 1198 tests pass;npm run typecheckclean; guide copy matches its source.🤖 Generated with Claude Code