ci(mergify): upgrade configuration to current format#1022
Open
mergify[bot] wants to merge 1 commit into
Open
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the Mergify merge queue configuration to use the new Flow diagram for PR merging with fast-forward merge_methodflowchart TD
PR_open["Pull request opened"]
Conditions_match["Mergify pull_request_rules match"]
Add_to_queue["Add PR to merge queue default"]
Rebase_update["Update PR using update_method merge"]
Queue_branch_ff["Apply merge_method fast-forward on queue branch"]
Main_branch_update["Fast-forward main branch"]
PR_merged["PR marked as merged"]
PR_open --> Conditions_match
Conditions_match --> Add_to_queue
Add_to_queue --> Rebase_update
Rebase_update --> Queue_branch_ff
Queue_branch_ff --> Main_branch_update
Main_branch_update --> PR_merged
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| Docker | Apr 3, 2026 10:14a.m. | Review ↗ | |
| Secrets | Apr 3, 2026 10:14a.m. | Review ↗ | |
| Python | Apr 3, 2026 10:14a.m. | Review ↗ |
Contributor
Author
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 📃 Configuration Change RequirementsWonderful, this rule succeeded.Mergify configuration change
|
bafc404 to
9e8c7bc
Compare
5fd0070 to
ce416b0
Compare
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.
Hey there! 👋
We've noticed that your Mergify configuration is using some deprecated fields.
No worries—we've got your back! This automated PR updates your config to align with the newest standards, ensuring everything keeps running smoothly.
Do not procrastinate! You must upgrade your configuration before 2026-07-31, otherwise your configuration will stop working.
What's Changed?
queue_rules → queue_branch_merge_method: Usemerge_method: fast-forwardinstead ofqueue_branch_merge_method: fast-forward. See docs: https://docs.mergify.com/merge-queue/merge-strategies#fast-forward. (deadline: 2026-07-31)merge_protections_settings.reporting_methodis changing fromcheck-runstodeployments. Your configuration has been updated to explicitly setcheck-runsto preserve current behavior. (deadline: 2026-07-31)Why This Matters
Keeping your configuration up-to-date means you'll benefit from the latest features and improvements Mergify has to offer. Plus, it helps prevent any unexpected hiccups down the road.
Got Questions? We've Got Answers! 🙌
Is this update safe to merge?
Absolutely! We've made sure the changes are compatible with your current setup. Your workflows should continue to work just as before—if not better!
Do I need to do anything special after merging?
Nope! Just merge this PR, and you're all set. If you have any custom configurations, it's a good idea to give them a quick look to ensure everything's in order.
What if I run into issues or have concerns?
We're here to help! Feel free to reach out to our support team anytime.
Thanks for being awesome and keeping your configuration up-to-date! If you have any thoughts or need a hand, don't hesitate to let us know.
Happy merging! 🎉