From 89755d3f25f6483e2ae259cc1fb2a4ec20c64f41 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Sun, 9 Feb 2025 00:42:11 -0800 Subject: [PATCH] chore: remove comments from mergify on merge conflict or check failures (#2652) --- .mergify.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index f439fb4..95556fd 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,8 +7,6 @@ pull_request_rules: - -merged - conflict actions: - comment: - message: '@{{author}} this pull request is now in conflict 😩' label: add: - conflict @@ -31,8 +29,6 @@ pull_request_rules: - check-failure=codecov/project - check-failure=snapshot actions: - comment: - message: '@{{author}} this pull request has failed checks 🛠' label: add: - needs-work