Adding docs-preview workflow, Canary release PR comments#720
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #720 +/- ##
=======================================
Coverage 85.77% 85.77%
=======================================
Files 504 504
Lines 22669 22669
Branches 2639 2639
=======================================
+ Hits 19444 19445 +1
+ Misses 2896 2895 -1
Partials 329 329 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sugarmanz
reviewed
Sep 12, 2025
sugarmanz
reviewed
Sep 12, 2025
sugarmanz
reviewed
Sep 12, 2025
Member
Author
|
/canary |
Member
Author
|
/canary |
Member
Author
|
/canary |
Member
Author
|
/canary |
Member
Author
|
/canary |
Member
Author
|
/canary |
intuit-svc
added a commit
to player-ui/player-ui.github.io
that referenced
this pull request
Oct 15, 2025
Member
Author
|
/canary |
intuit-svc
added a commit
to player-ui/player-ui.github.io
that referenced
this pull request
Oct 15, 2025
Member
Author
|
/canary |
intuit-svc
added a commit
to player-ui/player-ui.github.io
that referenced
this pull request
Oct 15, 2025
Member
Author
|
/canary |
intuit-svc
added a commit
to player-ui/player-ui.github.io
that referenced
this pull request
Oct 15, 2025
KVSRoyal
reviewed
Oct 16, 2025
| - auto_shipit | ||
|
|
||
| build_and_deploy_docs_preview: | ||
| executor: benchmarks |
Member
There was a problem hiding this comment.
Curiosity question: why the benchmarks executor instead of a different executor?
Member
Author
There was a problem hiding this comment.
It uses fewer resources and since this is just for docs, it doesn't need as much.
| variant: minimal | ||
| --- | ||
|
|
||
| /\*_ Known issue: Actions in the hero section do not work when running in Preview mode _/ |
Member
Author
There was a problem hiding this comment.
KVSRoyal
previously approved these changes
Oct 16, 2025
Member
|
Will close #52 |
KetanReddy
approved these changes
Oct 27, 2025
sugarmanz
approved these changes
Oct 27, 2025
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.
/canary--- config: look: classic layout: dagre --- flowchart LR n1["setup"] --> n2["bazelrc"] n2 --> n3["build-trunk"] & n10["build-ios-trunk"] n3 --> n4["test-trunk"] & n8["js-benchmark-tests-trunk"] & n9["android-test-trunk"] & n10 & n6["maybe release"] & n11["coverage-trunk"] n4 --> n5["build + preview docs"] n10 --> n6 & n11 n9 --> n6 n1@{ shape: rect}/release--- config: look: classic layout: dagre --- flowchart LR n12["setup"] --> n13["bazelrc"] n13 --> n14["build"] n14 --> n15["build_ios"] & n17["android_test"] & n16["coverage"] n15 --> n16 & n18["release (+ docs)"] n17 --> n18 n16 --> n18 n19["build_docs"] --> n18 n16 --> n19 n12@{ shape: rect} n13@{ shape: rect} n14@{ shape: rect}Comment examples:
/docs:/canary(replaces previous docs comment if present):Change Type (required)
Indicate the type of change your pull request is:
patchminormajorN/ADoes your PR have any documentation updates?
Release Notes
This PR contains a few docs-related quality of life improvements, details below:
/canary,/docs/docs, similar to our/canaryworkflow. This workflow will push static docs files to https://github.com/player-ui/player-ui.github.io and publish a URL that includes PR docs changes.📦 Published PR as canary version:
0.14.1--canary.720.28165Try this version out locally by upgrading relevant packages to 0.14.1--canary.720.28165