Skip to content

Commit

Permalink
Temporarily disable mergify conflict process. (#17258)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhurs authored Mar 5, 2025
1 parent ba5f215 commit b993bec
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b993bec

Please sign in to comment.