Skip to content

Commit

Permalink
Revert "Update mergify.yml"
Browse files Browse the repository at this point in the history
This reverts commit 8b4dce8.

Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Feb 15, 2024
1 parent 2f5a0e9 commit f1d543c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ pull_request_rules:
- check-success=DCO
- check-success=CodeFactor
- check-success=codespell
- "#approved-reviews-by>=2"
- approved-reviews-by=[@longhorn/maintainer, @longhorn/qa]
- "#approved-reviews-by>=1"
- approved-reviews-by=@longhorn/maintainer
- label=ready-to-merge
actions:
merge:
method: rebase
Expand All @@ -16,4 +17,18 @@ pull_request_rules:
- conflict
actions:
comment:
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏
message: This pull request is now in conflicts. Could you fix it @{{author}}? 🙏

# Comment on the PR to trigger backport. ex: @Mergifyio copy stable/3.1 stable/4.0
- name: backport patches to stable branch
conditions:
- base=master
actions:
backport:
title: "[BACKPORT][{{ destination_branch }}] {{ title }}"
body: |
This is an automatic backport of pull request #{{number}}.
{{cherry_pick_error}}
assignees:
- "{{ author }}"

0 comments on commit f1d543c

Please sign in to comment.