Skip to content

Storybook Deployment: Add automatic workflows#33570

Open
r-farkhutdinov wants to merge 5 commits into
DevExpress:26_1from
r-farkhutdinov:26_1_sb_deploy_auto
Open

Storybook Deployment: Add automatic workflows#33570
r-farkhutdinov wants to merge 5 commits into
DevExpress:26_1from
r-farkhutdinov:26_1_sb_deploy_auto

Conversation

@r-farkhutdinov
Copy link
Copy Markdown
Contributor

No description provided.

@r-farkhutdinov r-farkhutdinov self-assigned this May 13, 2026
Copilot AI review requested due to automatic review settings May 13, 2026 11:43
@r-farkhutdinov r-farkhutdinov requested a review from a team as a code owner May 13, 2026 11:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds automated GitHub Actions workflows to build and deploy (or remove) per-PR Storybook previews, intended to publish static Storybook output to the gh-pages branch when a PR is labeled (and clean it up on close/unlabel).

Changes:

  • Introduces a PR-triggered build workflow that decides whether to deploy/remove/skip based on PR events + the storybook label, and uploads build artifacts.
  • Introduces a workflow_run-triggered deploy workflow that downloads artifacts from the build run and uses rossjrw/pr-preview-action to deploy/remove the preview.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/pr-storybook-build.yml Builds Storybook static output (when needed) and uploads metadata + static artifacts for downstream deployment.
.github/workflows/pr-storybook-deploy.yml Downloads artifacts from the completed build workflow run and deploys/removes PR previews to gh-pages.

Comment thread .github/workflows/pr-storybook-deploy.yml Outdated
Comment thread .github/workflows/pr-storybook-deploy.yml
Comment thread .github/workflows/pr-storybook-deploy.yml Outdated
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/pr-storybook-deploy.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Ruslan Farkhutdinov <rrafarkhutdinov@gmail.com>
Copilot AI review requested due to automatic review settings May 13, 2026 14:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/pr-storybook-build.yml
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

Comment thread .github/workflows/pr-storybook-build.yml
Comment thread .github/workflows/pr-storybook-deploy.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants