File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- # NOTE: the PR is added to the queue when all checks have passed
2- # and the CI is fully green.
3- # If the PR is behind the queue will take care of updating it
41queue_rules :
52 - name : default
6- queue_conditions :
3+ queue_conditions : # condtions to be met to add the PR to the queue (manually or automatically)
74 # general prerequisits fo accept the PR in the queue
85 - label=🤖-automerge # let Mergify know that the PR can be merged (added manually)
96 - label!=🤖-do-not-merge # block Mergify from merging the PR (added manually)
@@ -16,7 +13,7 @@ queue_rules:
1613 - " #changes-requested-reviews-by=0" # No changes requested
1714 - " #review-threads-unresolved=0" # All review threads resolved
1815
19- merge_conditions :
16+ merge_conditions : # conditions to be met before being able to merge
2017 # list of CI checks that need to pass
2118 - check-success=system-test-environment-setup
2219 - check-success=changes
@@ -56,7 +53,7 @@ pull_request_rules:
5653 dispatch :
5754 - workflow : ci-testing-deploy.yml
5855
59- - name : Automatically add PR to queue if it meets the conditions
56+ - name : Automatically add PR to queue if it meets conditions
6057 conditions :
6158 - " label=🤖-automerge" # Only queue PRs with this label
6259 - " label!=🤖-do-not-merge" # Do not queue PRs with this label
You can’t perform that action at this time.
0 commit comments