Include blueprint import file option #357
Merged
Mergify / Summary
succeeded
Mar 22, 2024 in 1s
11 rules match and 12 potential rules
✅ Rule: Remove outdated reviews (dismiss_reviews)
-
base=main
Rule: Check for unresolved conversations before merging (comment, label)
-
#review-threads-unresolved>0
✅ Rule: Remove question label from resolved conversations (label)
-
#review-threads-unresolved=0
Rule: Check for unresolved changes requested before merging (comment, label)
-
#changes-requested-reviews-by>0
✅ Rule: Remove question label from resolved changes requested (label)
-
#changes-requested-reviews-by=0
✅ Rule: Request Pull Request check re-run (comment, label)
- all of:
-
base=main
-
label!=do not merge
-
label!=work in progress
-
updated-at<1 days ago
- all of:
-
#approved-reviews-by>=1
-
#changes-requested-reviews-by=0
-
#review-threads-unresolved=0
-
- any of:
-
-check-success="CI (Ansible devel sanity Lint)"
-
-check-success="CI (Ansible devel sanity Sanity)"
-
-check-success="CI"
-
-check-success="CI (Ansible devel sanity Units)"
-
-check-success="CI (Summary Code Coverage)"
-
-
Rule: Automatic merge on approval for Pull Requests (queue)
-
check-success="CI (Ansible devel sanity Lint)"
-
check-success="CI (Ansible devel sanity Sanity)"
-
check-success="CI"
-
check-success="Lint Blue"
-
-draft
[📌 queue requirement] -
base=main
-
check-success="CI (Ansible devel sanity Units)"
-
check-success="CI (Summary Code Coverage)"
-
label!=do not merge
-
label!=work in progress
- all of:
-
#approved-reviews-by>=1
-
#changes-requested-reviews-by=0
-
#review-threads-unresolved=0
-
- any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed
-
check-success=Configuration changed
-
- any of: [🔀 queue conditions]
- all of: [📌 queue conditions of queue
default
]-
#approved-reviews-by>=1
[🛡 GitHub branch protection] -
#changes-requested-reviews-by=0
[🛡 GitHub branch protection]
-
- all of: [📌 queue conditions of queue
Rule: Automatic merge on approval for Pull Requests (label)
-
check-success="CI (Ansible devel sanity Lint)"
-
check-success="CI (Ansible devel sanity Sanity)"
-
check-success="CI"
-
check-success="Lint Blue"
-
base=main
-
check-success="CI (Ansible devel sanity Units)"
-
check-success="CI (Summary Code Coverage)"
-
label!=do not merge
-
label!=work in progress
- all of:
-
#approved-reviews-by>=1
-
#changes-requested-reviews-by=0
-
#review-threads-unresolved=0
-
Rule: Warn on conflicts (comment, label)
-
conflict
✅ Rule: Remove conflict label if not needed (label)
-
-conflict
Rule: Close stale Pull Request (close)
-
-closed
-
base=main
-
updated-at<14 days ago
✅ Rule: Pull Request is ready and waiting for review (label)
-
#commented-reviews-by<1
-
-draft
-
created-at<1 days ago
Rule: Remove waiting for review label if not needed (label)
-
#commented-reviews-by>=1
-
-draft
Rule: Add bug label (label)
-
body~=(?m)^- \[[xX]\] Bug fix \(non-breaking change which fixes an issue\)
✅ Rule: Remove bug label (label)
-
body~=(?m)^- \[ \] Bug fix \(non-breaking change which fixes an issue\)
✅ Rule: add enhancement label (label)
-
body~=(?m)^- \[[xX]\] New feature \(non-breaking change which adds functionality\)
Rule: remove enhancement label (label)
-
body~=(?m)^- \[ \] New feature \(non-breaking change which adds functionality\)
Rule: add documentation label (label)
-
body~=(?m)^- \[[xX]\] Documentation update
✅ Rule: remove documentation label (label)
-
body~=(?m)^- \[ \] Documentation update
Rule: Add test update label (label)
-
body~=(?m)^- \[[xX]\] Tests update
✅ Rule: remove test update label (label)
-
body~=(?m)^- \[ \] Tests update
Rule: add refactor label (label)
-
body~=(?m)^- \[[xX]\] Refactor
✅ Rule: remove refactor label (label)
-
body~=(?m)^- \[ \] Refactor
💖 Mergify is proud to provide this service for free to open source projects.
🚀 You can help us by becoming a sponsor!
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
Loading