From 96a220c8e9b665f96c6794ca423f04464007fe0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Mon, 11 Dec 2023 22:52:24 +0300 Subject: [PATCH] chore(mergify): don't update PRs for the main branch --- .github/mergify.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5038fc8d9a..8868e25532 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -5,11 +5,3 @@ pull_request_rules: actions: merge: method: squash - - - name: Automatic update to the main branch for pull requests - conditions: - - -conflict # skip PRs with conflicts - - -draft # skip GH draft PRs - - -author=dependabot[bot] # skip dependabot PRs - actions: - update: