Skip to content

Commit

Permalink
enhancement: enable 2.4 pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh committed Mar 21, 2024
1 parent 55a0bce commit 752d16d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- -status-success=DCO
actions:
label:
Expand All @@ -17,6 +18,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- status-success=DCO
actions:
label:
Expand All @@ -30,6 +32,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- -body~=\#[0-9]{1,6}(\s+|$)
- -body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
- -body~=https://github.com/milvus-io/milvus-proto/issues/[0-9]{1,6}(\s+|$)
Expand All @@ -50,6 +53,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- or:
- body~=\#[0-9]{1,6}(\s+|$)
- body~=https://github.com/milvus-io/milvus/issues/[0-9]{1,6}(\s+|$)
Expand All @@ -67,6 +71,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- title~=\[automated\]
actions:
label:
Expand All @@ -79,6 +84,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- "status-success=Run Check Proto (3.8)"
actions:
label:
Expand All @@ -90,6 +96,7 @@ pull_request_rules:
- or:
- base=master
- base=2.2
- base=2.4
- "status-success!=Run Check Proto (3.8)"
actions:
label:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
- '2.2'
- '2.4'

jobs:
build:
Expand Down

0 comments on commit 752d16d

Please sign in to comment.