Skip to content

merge queue: embarking main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373 and #342 together#382

Closed
mergify[bot] wants to merge 17 commits intomainfrom
mergify/merge-queue/657758775d
Closed

merge queue: embarking main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373 and #342 together#382
mergify[bot] wants to merge 17 commits intomainfrom
mergify/merge-queue/657758775d

Conversation

@mergify
Copy link
Copy Markdown
Contributor

@mergify mergify Bot commented Apr 24, 2026

✨ The pull request #342 has been manually updated. ✨

Branch main (a4ccdc8), #348, #337, #344, #370, #371, #372, #373 and #342 are embarked together for merge.

This pull request has been created by Mergify to speculatively check the mergeability of #342.
You don't need to do anything. Mergify will close this pull request automatically when it is complete.

Required conditions of queue rule pre-commit Updates for merge:

  • any of [🛡 GitHub repository ruleset rule main]:
    • check-neutral = Mergify Merge Protections
    • check-skipped = Mergify Merge Protections
    • check-success = Mergify Merge Protections

Required conditions to stay in the queue:

---
checking_base_sha: b19884ddc601a4e040822c5b3e7feb01526612e8
previous_failed_batches: []
pull_requests:
  - number: 342
    scopes: []
scopes: []
...

@warestack
Copy link
Copy Markdown

warestack Bot commented Apr 24, 2026

🛡️ Warestack Governance Checks

No governance rules are configured for this repository yet.

Warestack lets your team define, enforce, and audit engineering standards directly on GitHub Pull Requests — without leaving your workflow.

Get started in 2 minutes:

  1. Claim your Warestack profile to activate governance for MH0386/MH0386.github.io
  2. Configure rules for PR quality, CI requirements, commit conventions, and more
  3. Receive automated feedback on every PR

This message will disappear once your installation is linked to a Warestack account. It will not be posted again on future PRs once you've claimed your profile.

@deepsource-io
Copy link
Copy Markdown

deepsource-io Bot commented Apr 24, 2026

DeepSource Code Review

We reviewed changes in a4ccdc8...d2d0534 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.

See full review on DeepSource ↗

PR Report Card

Overall Grade   Security  

Reliability  

Complexity  

Hygiene  

Code Review Summary

Analyzer Status Updated (UTC) Details
Python Apr 24, 2026 8:53p.m. Review ↗
Secrets Apr 24, 2026 8:53p.m. Review ↗

Important

AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Apr 24, 2026

Reviewer's Guide

This PR is an automated maintenance update that bumps several GitHub Actions to newer pinned SHAs, updates Python and dev dependency constraints, and refreshes pre-commit/uv lock configuration, without changing any runtime application logic.

Flow diagram for updated deploy workflow using cache and pages artifact actions

flowchart TD
  trigger[Push_to_main_or_release_branch] --> job_build_and_package[Job_build_and_package]

  job_build_and_package --> step_checkout[Step_Checkout_using_actions_checkout_v6]
  step_checkout --> step_cache_web[Step_Cache_.web_using_actions_cache_v5]
  step_cache_web --> step_install[Step_Install_dependencies_with_uv]
  step_install --> step_build[Step_Build_reflex_frontend]
  step_build --> step_upload_pages_artifact[Step_Upload_artifact_using_actions_upload-pages-artifact_v5]

  step_upload_pages_artifact --> job_deploy_web[Job_deploy_web]
  job_deploy_web --> github_pages[GitHub_Pages]
Loading

File-Level Changes

Change Details Files
Update GitHub Actions workflow dependencies to newer pinned SHAs for github-script, upload-artifact, cache, and upload-pages-artifact.
  • Bump actions/github-script from v8 to v9 across the code-simplifier.lock and agentics-maintenance workflows.
  • Upgrade actions/upload-artifact from v7.0.0 to v7.0.1 wherever artifacts are uploaded in the Code Simplifier workflow.
  • Refresh actions/cache v5 pin in the deploy workflow for caching the .web directory.
  • Upgrade actions/upload-pages-artifact from v4 to v5 in the deploy workflow.
.github/workflows/code-simplifier.lock.yml
.github/workflows/agentics-maintenance.yml
.github/workflows/deploy.yml
Refresh Python toolchain and development tooling configuration.
  • Raise the Python requirement patch version from 3.14.3 to 3.14.4 in pyproject.toml.
  • Bump the ruff dev dependency from >=0.15.9 to >=0.15.10 in pyproject.toml.
  • Update the uv-pre-commit hook revision from 0.11.3 to 0.11.7 in .pre-commit-config.yaml.
  • Regenerate uv.lock to reflect the updated toolchain/dependency constraints.
pyproject.toml
.pre-commit-config.yaml
uv.lock

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@sonarqubecloud
Copy link
Copy Markdown

@mergify mergify Bot closed this Apr 24, 2026
@mergify mergify Bot deleted the mergify/merge-queue/657758775d branch April 27, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants