Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
chore(mergify): switch to using smart strict
Browse files Browse the repository at this point in the history
  • Loading branch information
thislooksfun committed Dec 17, 2019
1 parent 89b4f8f commit b5d5071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pull_request_rules:
actions:
merge:
method: merge
strict: true
strict: smart

# Automatic Merging (humans)
- name: "Automatic merge for other changes to master when tagged"
Expand All @@ -25,7 +25,7 @@ pull_request_rules:
actions:
merge:
method: merge
strict: true
strict: smart

# This is awaiting #71
# # Automatic Merging (bots)
Expand All @@ -39,7 +39,7 @@ pull_request_rules:
# actions:
# merge:
# method: merge
# strict: true
# strict: smart

# Quality of life
- name: Delete head branch after merge
Expand Down

0 comments on commit b5d5071

Please sign in to comment.