Skip to content

Commit

Permalink
Remove removed merge options of mergify (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored Jan 12, 2022
1 parent 8fa205b commit 31cf17f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
queue_rules:
- name: default
conditions:
- check-success=package-spec/pr-merge
- check-success=CLA

pull_request_rules:
- name: automatic merge of bot 🤖
conditions:
Expand All @@ -6,6 +12,6 @@ pull_request_rules:
- base=master
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
queue:
method: squash
strict: smart+fasttrack
name: default

0 comments on commit 31cf17f

Please sign in to comment.