Skip to content

Commit 1029df0

Browse files
Update mergifyio (#283)
## Description <!--- Please describe what this PR is going to change --> Disable speculative checks and allow Mergify to merge PRs from me. ## 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 6dba03f + 8cfc2df commit 1029df0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/mergify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
merge_queue:
2+
max_parallel_checks: 1
13
queue_rules:
24
- name: default
35
queue_conditions:
46
- base=main
5-
- "#approved-reviews-by>=1"
7+
- or:
8+
- "#approved-reviews-by>=1"
9+
- author=jacobweinstock
610
- "#changes-requested-reviews-by=0"
711
- "#review-requested=0"
812
- check-success=DCO

0 commit comments

Comments
 (0)