Skip to content

Commit fc29f2d

Browse files
Fix mergify config: (#221)
## Description <!--- Please describe what this PR is going to change --> The check names were not correct. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents 9b5bc75 + c2d74cb commit fc29f2d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/mergify.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ queue_rules:
33
conditions:
44
# Conditions to get out of the queue (= merged)
55
- check-success=DCO
6-
- check-success~="^Hook .*"
7-
- check-success~="^Kernel .*"
6+
- check-success~=^Prepare .*
7+
- check-success~=^LinuxKit .*
8+
- check-success~=^Hook .*
9+
- check-success~=^Kernel .*
810

911
pull_request_rules:
1012
- name: Automatic merge on approval
@@ -14,8 +16,10 @@ pull_request_rules:
1416
- "#changes-requested-reviews-by=0"
1517
- "#review-requested=0"
1618
- check-success=DCO
17-
- check-success~="^Hook .*"
18-
- check-success~="^Kernel .*"
19+
- check-success~=^Prepare .*
20+
- check-success~=^LinuxKit .*
21+
- check-success~=^Hook .*
22+
- check-success~=^Kernel .*
1923
- label!=do-not-merge
2024
- label=ready-to-merge
2125
actions:

0 commit comments

Comments
 (0)