Skip to content

Commit

Permalink
chore: Remove deprecated strict merge rules from mergify config (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan authored Jan 10, 2022
1 parent 9c5b5b5 commit e4a6dda
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
queue_rules:
- name: default
conditions:
- status-success=Travis CI - Pull Request

pull_request_rules:
- name: Automatic strict merge
conditions:
Expand All @@ -9,6 +14,6 @@ pull_request_rules:
- label=ready-to-merge
- label!=do-not-merge
actions:
merge:
queue:
method: squash
strict: smart
name: default

0 comments on commit e4a6dda

Please sign in to comment.