documentation(halyard): update --only-spinnaker-managed command #1865
Mergify / Summary
succeeded
Jan 9, 2025 in 2s
3 potential rules
The configuration uses the deprecated
merge_methodattribute of the queue action in one or morepull_request_rules. It must now be used under thequeue_rulesconfiguration.
This option will be removed on January 31st, 2025.
For more information: https://docs.mergify.com/configuration/file-format/#queue-rules
Rule: Automatically merge on CI success and review (queue)
-
status-success=build - any of: [🔀 queue conditions]
- all of: [📌 queue conditions of queue
default]- any of: [🛡 GitHub branch protection]
-
check-neutral = build -
check-skipped = build -
check-success = build
-
- any of: [🛡 GitHub branch protection]
- all of: [📌 queue conditions of queue
-
-closed[📌 queue requirement] -
-conflict[📌 queue requirement] -
-draft[📌 queue requirement] -
approved-reviews-by=@oss-approvers -
base=master -
label=ready to merge - any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed -
check-success = Configuration changed
-
Rule: Automatically merge on CI success and review (label)
-
status-success=build -
approved-reviews-by=@oss-approvers -
base=master -
label=ready to merge
Rule: Request reviews for autobump PRs on CI failure (request_reviews)
-
label~=autobump-* -
status-failure=build -
base=master -
base~=^(master|release-)
💖 Mergify is proud to provide this service for free to open source projects.
🚀 You can help us by becoming a sponsor!
6 not applicable rules
Rule: Automatically merge PRs from maintainers on CI success and review (queue)
-
author=@oss-approvers -
status-success=build - any of: [🔀 queue conditions]
- all of: [📌 queue conditions of queue
default]- any of: [🛡 GitHub branch protection]
-
check-neutral = build -
check-skipped = build -
check-success = build
-
- any of: [🛡 GitHub branch protection]
- all of: [📌 queue conditions of queue
-
-closed[📌 queue requirement] -
-conflict[📌 queue requirement] -
-draft[📌 queue requirement] -
base=master -
label=ready to merge - any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed -
check-success = Configuration changed
-
Rule: Automatically merge PRs from maintainers on CI success and review (label)
-
author=@oss-approvers -
status-success=build -
base=master -
label=ready to merge
Rule: Automatically merge autobump PRs on CI success (queue)
-
author:spinnakerbot -
label~=autobump-* -
status-success=build - any of: [🔀 queue conditions]
- all of: [📌 queue conditions of queue
default]- any of: [🛡 GitHub branch protection]
-
check-neutral = build -
check-skipped = build -
check-success = build
-
- any of: [🛡 GitHub branch protection]
- all of: [📌 queue conditions of queue
-
-closed[📌 queue requirement] -
-conflict[📌 queue requirement] -
-draft[📌 queue requirement] -
base~=^(master|release-) - any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed -
check-success = Configuration changed
-
Rule: Automatically merge autobump PRs on CI success (label)
-
author:spinnakerbot -
label~=autobump-* -
status-success=build -
base~=^(master|release-)
Rule: Automatically merge release branch changes on CI success and release manager review (queue)
-
base~=^release- -
status-success=build - any of: [🔀 queue conditions]
- all of: [📌 queue conditions of queue
default]- any of: [🛡 GitHub branch protection]
-
check-neutral = build -
check-skipped = build -
check-success = build
-
- any of: [🛡 GitHub branch protection]
- all of: [📌 queue conditions of queue
-
-closed[📌 queue requirement] -
-conflict[📌 queue requirement] -
-draft[📌 queue requirement] -
approved-reviews-by=@release-managers -
label=ready to merge - any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed -
check-success = Configuration changed
-
Rule: Automatically merge release branch changes on CI success and release manager review (label)
-
base~=^release- -
status-success=build -
approved-reviews-by=@release-managers -
label=ready to merge
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 refreshwill re-evaluate the rules@Mergifyio rebasewill rebase this PR on its base branch@Mergifyio updatewill 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
Loading