Skip to content

Commit

Permalink
[skip e2e]Add commit check
Browse files Browse the repository at this point in the history
Signed-off-by: Jenny Li <jing.li@zilliz.com>
  • Loading branch information
Jenny Li committed Feb 16, 2022
1 parent d032c55 commit 7bda351
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,19 @@ pull_request_rules:
actions:
comment:
message: |
@{{author}} ut workflow job failed, comment `rerun ut` can trigger the job again.
@{{author}} ut workflow job failed, comment `rerun ut` can trigger the job again.
- name: Add rebase label when commits is more than 1
conditions:
- base=master
- "#commits>1"
actions:
comment:
message: |
@{{author}}, please be sure the pr should only have one commit, check https://github.com/milvus-io/milvus/blob/master/CODE_REVIEW.md for more details.
label:
add:
- needs-rebase

0 comments on commit 7bda351

Please sign in to comment.