Skip to content

Tags: Mergifyio/gha-mergify-ci

Tags

v6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci(mergify): upgrade configuration to current format (#31)

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 **2025-05-31**, otherwise your configuration will stop working.

## What's Changed?

- `queue_rules → disallow_checks_interruption_from_queues`: This attribute has been replaced in favor of using `priority_rules` at the top-level of the configuration combined with the `allow_checks_interruption` key, also in the `priority_rules`.
:warning: The transformed configuration simply removes the deprecated attribute. We recommend you to create the required priority rules, if needed, to replace this deprecated attribute to fit properly to your merge queue's behavior. (deadline: 2025-05-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](mailto:support@mergify.com) 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! 🎉

v5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: report path supports only one path and leverage glob (#25)

Removes the s which is misleading and make sure it works with glob
patterns.

v4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: rename CI Issues to Insights (#22)

v3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(action): make sure curl fails if HTTP server fails (#10)

This avoids curl storing the error in the result.json file.

Fixes MRGFY-4028

Change-Id: I1a5ac6866cd3c8cc10df011cdd10abdf098b7b0c

v2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(action): remove trailing slash (#11)

Change-Id: I58f5d77a5c659be884c2a53758e35ee0a53b2263

v1

chore: remove on push CI