chore(deps): update konflux references to v0.3 #2719
Merged
Mergify / Summary
succeeded
Oct 27, 2024 in 1s
3 rules match and 13 potential rules
The configuration uses the deprecated
merge_method
attribute of the queue action in one or morepull_request_rules
. It must now be used under thequeue_rules
configuration.
A brownout is planned on September 16th, 2024.
This option will be removed on October 21st, 2024.
For more information: https://docs.mergify.com/configuration/file-format/#queue-rules
✅ Rule: Remove outdated reviews (dismiss_reviews)
-
base=main
Rule: Request PR check re-run (comment, label)
- all of:
- all of:
-
#approved-reviews-by>=2
-
#changes-requested-reviews-by=0
-
-
base=main
-
label!=do not merge
-
label!=work in progress
-
updated-at<1 days ago
- any of:
-
-check-success=ci.int.devshift.net PR build
-
-check-success=Lint
-
- all of:
Rule: warn on conflicts (comment, label)
-
conflict
✅ Rule: remove conflict label if not needed (label)
-
-conflict
Rule: close stale pull request (close)
-
-closed
-
updated-at<14 days ago
-
base=main
✅ Rule: waiting for review (label)
-
#commented-reviews-by<2
-
-draft
-
created-at<1 days ago
Rule: remove waiting for review label if not needed (label)
-
#commented-reviews-by>=2
-
-draft
Rule: add bug fix label (label)
-
body~=(?m)^- \[[xX]\] Bug fix \(non-breaking change which fixes an issue\)
Rule: add new feature label (label)
-
body~=(?m)^- \[[xX]\] New feature \(non-breaking change which adds functionality\)
Rule: add documentation label (label)
-
body~=(?m)^- \[[xX]\] Documentation update
Rule: add test update label (label)
-
body~=(?m)^- \[[xX]\] Tests update
Rule: remove bug fix label (label)
-
body~=(?m)^- \[ \] Bug fix \(non-breaking change which fixes an issue\)
Rule: remove new feature label (label)
-
body~=(?m)^- \[ \] New feature \(non-breaking change which adds functionality\)
Rule: remove documentation label (label)
-
body~=(?m)^- \[ \] Documentation update
Rule: remove test update label (label)
-
body~=(?m)^- \[ \] Tests update
Rule: add ready label (label)
-
body~=(?m)^- \[[xX]\] I have added tests that prove my fix is effective or that my feature works
-
body~=(?m)^- \[[xX]\] I have commented my code, particularly in hard-to-understand areas
-
body~=(?m)^- \[[xX]\] I have made corresponding changes to the documentation
-
body~=(?m)^- \[[xX]\] I run
make pre-committo check fmt\/vet\/lint\/test-no-fdo
-
body~=(?m)^- \[[xX]\] New and existing unit tests pass locally with my changes
💖 Mergify is proud to provide this service for free to open source projects.
🚀 You can help us by becoming a sponsor!
1 not applicable rule
Rule: Automatic merge for Dependabot pull requests (queue)
-
-closed
[📌 queue requirement] -
author~=^dependabot(|-preview)\[bot\]$
- all of:
-
#approved-reviews-by>=2
-
#changes-requested-reviews-by=0
-
-
-conflict
[📌 queue requirement] -
-draft
[📌 queue requirement] -
check-success=Lint
- any of: [📌 queue -> configuration change requirements]
-
-mergify-configuration-changed
-
check-success = Configuration changed
-
- any of: [🔀 queue conditions]
- all of [📌 queue conditions of queue
edge-api
]
- all of [📌 queue conditions of queue
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