From bb4169d2c686b6090c7944eed1b1feabbf24158c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jul 2024 14:05:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20created=20local=20'.github/mergi?= =?UTF-8?q?fy.yml'=20from=20remote=20'.github/mergify.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/mergify.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/mergify.yml diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 0000000..b28db0b --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,19 @@ +pull_request_rules: + - name: Automatic merge ⬇️ on approval ✔ + conditions: + - '#approved-reviews-by>=1' + actions: + merge: + method: squash + + - name: automatic merge for Dependabot, Renovate, or Snyk pull requests + conditions: + - and: + - check-success=build + - or: + - author=dependabot[bot] + - author=renovate[bot] + - author=snyk-bot + actions: + merge: + method: squash