Skip to content

Commit

Permalink
Fix mergify config: (#221)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
jacobweinstock authored May 15, 2024
2 parents 9b5bc75 + c2d74cb commit fc29f2d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ queue_rules:
conditions:
# Conditions to get out of the queue (= merged)
- check-success=DCO
- check-success~="^Hook .*"
- check-success~="^Kernel .*"
- check-success~=^Prepare .*
- check-success~=^LinuxKit .*
- check-success~=^Hook .*
- check-success~=^Kernel .*

pull_request_rules:
- name: Automatic merge on approval
Expand All @@ -14,8 +16,10 @@ pull_request_rules:
- "#changes-requested-reviews-by=0"
- "#review-requested=0"
- check-success=DCO
- check-success~="^Hook .*"
- check-success~="^Kernel .*"
- check-success~=^Prepare .*
- check-success~=^LinuxKit .*
- check-success~=^Hook .*
- check-success~=^Kernel .*
- label!=do-not-merge
- label=ready-to-merge
actions:
Expand Down

0 comments on commit fc29f2d

Please sign in to comment.