Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(mergify): upgrade configuration to current format #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

ci(mergify): upgrade configuration to current format

45861c9
Select commit
Loading
Failed to load commit list.
Open

ci(mergify): upgrade configuration to current format #192

ci(mergify): upgrade configuration to current format
45861c9
Select commit
Loading
Failed to load commit list.
Mergify / Summary succeeded Dec 1, 2024 in 2s

5 potential rules

‼️ Action Required ‼️

The configuration uses the deprecated merge_method attribute of the queue action in one or more pull_request_rules. It must now be used under the queue_rules configuration.
This option will be removed on January 31st, 2025.
For more information: https://docs.mergify.com/configuration/file-format/#queue-rules

Rule: label PRs with conflicts (label)

  • conflict

Rule: remove has conflicts label if conflicts got resolved (label)

  • label~=has conflicts
  • -conflict

Rule: auto merge when ready to merge label is set (queue)

  • label=ready to merge
  • -closed [📌 queue requirement]
  • -conflict [📌 queue requirement]
  • -draft [📌 queue requirement]
  • any of: [📌 queue -> configuration change requirements]
    • check-success = Configuration changed
    • -mergify-configuration-changed
  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue branchProtection]
      • any of: [🛡 GitHub branch protection]
        • check-success = WIP
        • check-neutral = WIP
        • check-skipped = WIP

Rule: remove ready to merge when merged (label)

  • label=ready to merge
  • merged

Rule: delete merged branches (delete_head_branch)

  • closed [📌 delete_head_branch requirement]
  • merged
  • label!=WIP

💖  Mergify is proud to provide this service for free to open source projects.

🚀  You can help us by becoming a sponsor!


2 not applicable rules

Rule: let @adrianjost recreate dependabot PRs with conflicts (comment)

  • author~=dependabot(-preview)?\[bot\]
  • conflict

Rule: auto merge passing Dependabot pull requests (queue)

  • author~=dependabot(-preview)?\[bot\]
  • -closed [📌 queue requirement]
  • -conflict [📌 queue requirement]
  • -draft [📌 queue requirement]
  • any of: [📌 queue -> configuration change requirements]
    • check-success = Configuration changed
    • -mergify-configuration-changed
  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue branchProtection]
      • any of: [🛡 GitHub branch protection]
        • check-success = WIP
        • check-neutral = WIP
        • check-skipped = WIP
Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com