From b993bec499db73488b23430de8937d528f195356 Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:52:00 -0800 Subject: [PATCH] Temporarily disable mergify conflict process. (#17258) --- .mergify.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 3ef8e53efc4..a2abbe6e259 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,18 +1,18 @@ pull_request_rules: - - name: ask to resolve conflict - conditions: - - conflict - actions: - comment: - message: | - This pull request is now in conflicts. Could you fix it @{{author}}? 🙏 - To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/ - ``` - git fetch upstream - git checkout -b {{head}} upstream/{{head}} - git merge upstream/{{base}} - git push upstream {{head}} - ``` +# - name: ask to resolve conflict +# conditions: +# - conflict +# actions: +# comment: +# message: | +# This pull request is now in conflicts. Could you fix it @{{author}}? 🙏 +# To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/ +# ``` +# git fetch upstream +# git checkout -b {{head}} upstream/{{head}} +# git merge upstream/{{base}} +# git push upstream {{head}} +# ``` - name: notify the backport policy conditions: