From 45eede724b70fedea6d4dd32f66409324e36930d Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:34:15 -0500 Subject: [PATCH] chore(ci): remove mergify config (#1652) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .mergify.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .mergify.yml diff --git a/.mergify.yml b/.mergify.yml deleted file mode 100644 index 10a58ca9..00000000 --- a/.mergify.yml +++ /dev/null @@ -1,27 +0,0 @@ -pull_request_rules: - - name: Automatic approval of bpg`s pull requests - conditions: - - author=bpg - - label=autoapprove - - "#approved-reviews-by=0" - actions: - review: - type: APPROVE - message: ":robot: LGTM! *beep* *boop*" - - name: Automatic approval of renovate's pull requests - conditions: - - author=renovate[bot] - - label=renovate/github-action - - "#approved-reviews-by=0" - actions: - review: - type: APPROVE - - name: Automatic approval of all-contributors's pull requests - conditions: - - author=allcontributors[bot] - - "#approved-reviews-by=0" - actions: - review: - type: APPROVE - merge: - method: squash