diff --git a/web3.js/.mergify.yml b/web3.js/.mergify.yml index 3be2c3f098..6e19291fe4 100644 --- a/web3.js/.mergify.yml +++ b/web3.js/.mergify.yml @@ -1 +1,14 @@ pull_request_rules: + - name: automatic merge on CI success and review + conditions: + - status-success=continuous-integration/travis-ci/pr + - label=automerge + actions: + merge: + method: rebase + strict: true + - name: remove outdated reviews + conditions: + - base=master + actions: + dismiss_reviews: