diff --git a/.mergify.yml b/.mergify.yml index 35052cb..f7b4aa6 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -2,6 +2,13 @@ pull_request_rules: - name: auto merge for dependabot conditions: - author~=^dependabot(|-preview)\[bot\]$ + actions: + merge: + method: squash + - name: auto merge for README sync + conditions: + - author~=^tianhaoz95$ + - title~=^\[README sync\] actions: merge: method: squash \ No newline at end of file