Skip to content

Commit

Permalink
feat: add mergify rule for README sync PRs (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianhaoz95 authored Mar 14, 2021
1 parent 8bd41f1 commit aa0adb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa0adb1

Please sign in to comment.