Skip to content

feat: accept workspace publish requests - #9339

Open
BYK wants to merge 3 commits into
mainfrom
feat/workspace-acceptance
Open

feat: accept workspace publish requests#9339
BYK wants to merge 3 commits into
mainfrom
feat/workspace-acceptance

Conversation

@BYK

@BYK BYK commented Aug 26, 2026

Copy link
Copy Markdown
Member

Summary

  • Parse and validate workspace-qualified publish request titles.
  • Propagate the selected workspace into Craft and isolate secure publish-resume state by workspace.
  • Restore failed target state only from the workflow-created XDG state file.

Validation

  • pnpm test: 6 files, 25 tests passed.
  • Focused workflow-state regression: 3 files, 18 tests passed.
  • Prettier and changed-file ESLint passed.

Deployment

Deploy this controller before Craft PR #872. It adds the title parser and secure state contract required for workspace-qualified requests.

@BYK
BYK requested a review from a team as a code owner August 26, 2026 14:20
Comment thread src/modules/details-from-context.js Outdated

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 52ef600. Configure here.

Comment thread .github/workflows/publish.yml

@BYK BYK left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was hoping that we could replace all regexp based parsing with peggy at this point.

owner: getsentry # create token with access to all getsentry repos

- name: Check out publish controller
uses: actions/checkout@v5

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
uses: actions/checkout@v5
uses: actions/checkout@v7

Let's go with latest version

Comment on lines +175 to +179
requires_workspace_discovery="$(node -e '
const { needsWorkspaceDiscovery } = require("./.__publish__/src/modules/publish-location");
const input = JSON.parse(process.env.PUBLISH_ARGS || "");
process.stdout.write(String(needsWorkspaceDiscovery(input)));
')"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not put this into a file too? Even better, make it a runnable node script to avoid passing JS through YAML and bash?

@@ -0,0 +1,45 @@
{
function join(characters) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish this file was generated from the code block in docs/publish-issue-format.md (or vice versa, the code block was generated from this) so there's only one source of truth.

@@ -0,0 +1,29 @@
const CHECK_RUNS_LINK =

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this can be part of the peggy parser/language too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant