merge queue: embarking main (a4ccdc8), #348, #349, #337, #344 and [#370 + #371 + #372 + #373 + #369] together#375
Closed
mergify[bot] wants to merge 19 commits intomainfrom
Closed
merge queue: embarking main (a4ccdc8), #348, #349, #337, #344 and [#370 + #371 + #372 + #373 + #369] together#375mergify[bot] wants to merge 19 commits intomainfrom
mergify[bot] wants to merge 19 commits intomainfrom
Conversation
This was referenced Apr 16, 2026
Contributor
Reviewer's GuideUpdate GitHub Actions workflows and development tooling versions, including GitHub composite actions, cache/artifact actions, Python requirement, and Ruff linter, with corresponding lockfile refresh. Flow diagram for updated deploy workflowflowchart TD
TRIGGER[push to main or configured branches] --> START[Start deploy workflow]
START --> JOB_build[Job deploy_build]
subgraph deploy_build_steps[Job deploy_build steps]
B1[Checkout repository using actions/checkout v6]
B2[Restore and save .web cache using actions/cache v5]
B3[Install dependencies with uv]
B4[Build static site with uv run reflex export]
B5[Upload build artifact using actions/upload-pages-artifact v5]
end
JOB_build --> B1 --> B2 --> B3 --> B4 --> B5
B5 --> JOB_deploy_web[Job deploy_web]
subgraph deploy_web_steps[Job deploy_web steps]
W1[Download artifact]
W2[Deploy to GitHub Pages]
end
JOB_deploy_web --> W1 --> W2 --> END[Deployment complete]
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
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.



✨ Pull request #349 which was ahead in the queue has been dequeued (for the following reason:
pull request manually updated). The pull request [#370 + #371 + #372 + #373 + #369] has been re-embarked. ✨Branch main (a4ccdc8), #348, #349, #337, #344 and [#370 + #371 + #372 + #373 + #369] are embarked together for merge.
This pull request has been created by Mergify to speculatively check the mergeability of [#370 + #371 + #372 + #373 + #369].
You don't need to do anything. Mergify will close this pull request automatically when it is complete.
Required conditions of queue rule
Github Actions Updatesfor merge:main]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge ProtectionsRequired conditions to stay in the queue:
author = renovate[bot]files ~= ^.github/workflowsmain]:check-neutral = Mergify Merge Protectionscheck-skipped = Mergify Merge Protectionscheck-success = Mergify Merge Protections