Skip to content

Commit

Permalink
[BUGFIX] Update depreacted mergify rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jthierry-psee committed Oct 10, 2024
1 parent e274023 commit 5cb9ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ queue_rules:
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label=ready-to-merge
update_method: rebase
merge_method: fast-forward

pull_request_rules:
- name: Automatic merge on approval & CI
Expand All @@ -16,5 +18,3 @@ pull_request_rules:
actions:
queue:
name: default
method: fast-forward
update_method: rebase

0 comments on commit 5cb9ad2

Please sign in to comment.