merge queue: embarking main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373, #349, #342 and #369 together#385
Closed
mergify[bot] wants to merge 21 commits intomainfrom
Closed
merge queue: embarking main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373, #349, #342 and #369 together#385mergify[bot] wants to merge 21 commits intomainfrom
mergify[bot] wants to merge 21 commits intomainfrom
Conversation
1 task
Contributor
Reviewer's GuideRefreshes CI tooling and workflows by bumping GitHub Actions, pre-commit hooks, and Python/ruff versions, plus regenerating the uv.lock to align with the updated toolchain. Flow diagram for updated deploy workflow using new cache and upload-pages-artifact actionsflowchart TD
trigger["Push to main or configured branch"] --> job_build_web
subgraph Job_build_web
job_build_web["Job build_web"]
job_build_web --> step_checkout
step_checkout["Checkout repository using actions/checkout@v6"] --> step_cache_web
step_cache_web["Cache .web using actions/cache v5 (updated)"] --> step_setup_python
step_setup_python["Set up Python and dependencies (uv)"] --> step_build
step_build["Build site with uv run reflex export"] --> step_upload_artifact
step_upload_artifact["Upload static site using actions/upload-pages-artifact v5 (updated)"] --> artifact_pages
artifact_pages["Pages build artifact"]
end
artifact_pages --> job_deploy_web
subgraph Job_deploy_web
job_deploy_web["Job deploy_web"]
job_deploy_web --> step_deploy_pages
step_deploy_pages["Deploy to GitHub Pages"]
end
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.



🎉 This pull request has been checked successfully and will be merged soon. 🎉
Branch main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373, #349, #342 and #369 are embarked together for merge.
This pull request has been created by Mergify to speculatively check the mergeability of #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