From 7cbe10e2e10e452949b0cc786fbc980a7886482e Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Sat, 29 May 2021 21:08:24 +0200 Subject: [PATCH] chore: enable mergify --- .github/mergify.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/mergify.yml diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 00000000000..a225925f678 --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,26 @@ +pull_request_rules: + - name: automatic merge for Dependabot pull requests + conditions: + - author~=^dependabot(|-preview)\[bot\]$ + - check-success=Build + actions: + merge: + strict: false + method: squash + commit_message: title+body + + - name: Automatic merge ⬇️ on approval ✔ + conditions: + - base!=master + - "#approved-reviews-by>=1" + - "#changes-requested-reviews-by=0" + - -title~=(WIP|wip) + - check-success=Build + - check-success=Semantic Pull Request + - body~=(?m)^\[X\] Meet tenets criteria + actions: + merge: + strict: smart + method: squash + strict_method: merge + commit_message: title+body