Skip to content

Commit

Permalink
update mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Sep 6, 2024
1 parent 7aefc2f commit fa79f3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ queue_rules:
pull_request_rules:
- name: Automatic queue to merge
conditions:
- '#approved-reviews-by >= 1'
- '#review-requested = 0'
- or:
- label = automerge
- and:
- '#approved-reviews-by >= 1'
- '#review-requested = 0'
actions:
queue:

Expand Down

0 comments on commit fa79f3a

Please sign in to comment.