Skip to content

Review and publishing

Studio’s review workflow is built on GitHub pull requests. Create a PR from your content branch, review changes with your team, merge to publish, and track the deployment — all from within Studio.

From the visual editor, click Request Review to open the pull request creation flow. Alternatively, navigate to Reviews in the Studio sidebar and create a PR manually.

Studio creates a GitHub pull request from your current branch to the main branch, automatically including a description of the changes. The PR is immediately visible in both Studio and GitHub, so collaborators can review using whichever tool they prefer.

The Reviews screen lists all open pull requests for your project. Each entry in the queue shows:

ColumnDescription
PR titleThe title of the pull request, typically derived from the branch name or manually entered
Source branchThe feature branch containing the proposed changes
Changed filesThe number of files added, modified, or deleted in the PR
AuthorThe team member who created the pull request

Click a PR to open its detail view, or click Merge to merge it directly from the queue without navigating away.

The detail view gives you a full pull request experience within Studio:

  • Description — The PR description, editable directly from Studio
  • Changed files — A list of all files included in the PR, each expandable to show a line-by-line diff
  • Comments thread — A threaded discussion view for reviewing changes with your team

Add comments directly from Studio — they sync bidirectionally with GitHub, so reviewers working in GitHub see your Studio comments and vice versa. Close a PR without merging if the changes are no longer needed.

Click Merge to merge the pull request. This triggers the GitHub Actions deployment workflow, which builds your Astro site and deploys it to Quant’s CDN.

Studio tracks the deployment in real time, showing one of four statuses:

StatusDescription
PendingWaiting for GitHub Actions to start
RunningBuild and deployment in progress
CompletedDeployment successful, with a link to the live site
FailedBuild or deployment error, with a link to the GitHub Actions log

After merging, delete the feature branch and its associated preview environment to keep your repository and Studio tidy. Studio prompts you to clean up after a successful merge, or you can manage branches manually from the branches and environments screen.

  • Permissions and roles — Control who can edit, review, and publish content in your Studio project
  • API reference — Explore the Studio API for programmatic access to projects, content, and deployments