From e2776e69ae3890132eee8ff0501ca56d40ba1d25 Mon Sep 17 00:00:00 2001 From: masnagam Date: Thu, 23 May 2024 09:12:51 +0900 Subject: [PATCH] ci: simplify rules --- .github/mergify.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 8f6c84a..6549d69 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -1,14 +1,7 @@ pull_request_rules: - - name: Automatically approve Dependabot PRs - conditions: - - author = dependabot[bot] - actions: - review: - type: APPROVE - name: automatic merge for Dependabot pull requests conditions: - author = dependabot[bot] - - '#approved-reviews-by >= 1' actions: merge: method: merge