Skip to content

Commit

Permalink
chore: Remove deprecated strict merge rules from mergify config (#1442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan authored Jan 10, 2022
1 parent b1cbf08 commit 1edbfff
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 @@ -10,6 +15,6 @@ pull_request_rules:
- label!=do-not-merge
- title~=^(build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test)(\([^)]+\))?:\s.+$
actions:
merge:
queue:
method: squash
strict: smart
name: default

0 comments on commit 1edbfff

Please sign in to comment.