Skip to content

Commit 8cfc2df

Browse files
Allow mergify to merge PRs from me:
This way I can use the GitHub labels to have mergify do the merging. Signed-off-by: Jacob Weinstock <[email protected]>
1 parent 32067f6 commit 8cfc2df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/mergify.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ queue_rules:
44
- name: default
55
queue_conditions:
66
- base=main
7-
- "#approved-reviews-by>=1"
7+
- or:
8+
- "#approved-reviews-by>=1"
9+
- author=jacobweinstock
810
- "#changes-requested-reviews-by=0"
911
- "#review-requested=0"
1012
- check-success=DCO

0 commit comments

Comments
 (0)