mirror of https://github.com/milvus-io/milvus.git
Dismiss block label when automated create PR (#6556)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/6561/head
parent
ee38d14f5d
commit
68a5d6219f
|
@ -89,6 +89,7 @@ pull_request_rules:
|
|||
conditions:
|
||||
- base=master
|
||||
- "-body~= #[0-9]{1,6}"
|
||||
- -title~=\[automated\]
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
|
@ -102,6 +103,7 @@ pull_request_rules:
|
|||
conditions:
|
||||
- base=master
|
||||
- "body~= #[0-9]{1,6}"
|
||||
- title~=\[automated\]
|
||||
actions:
|
||||
label:
|
||||
remove:
|
||||
|
|
|
@ -76,8 +76,6 @@ jobs:
|
|||
body: |
|
||||
Update Builder image changes
|
||||
|
||||
Related issue: #6548
|
||||
|
||||
Signed-off-by: ${{ github.actor }} ${{ github.actor }}@users.noreply.github.com
|
||||
- name: Check outputs
|
||||
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus' && matrix.os == 'ubuntu18.04'
|
||||
|
|
|
@ -80,8 +80,6 @@ jobs:
|
|||
body: |
|
||||
Update Pytest image changes
|
||||
|
||||
Related issue: #6548
|
||||
|
||||
Signed-off-by: ${{ github.actor }} ${{ github.actor }}@users.noreply.github.com
|
||||
- name: Check outputs
|
||||
if: success() && github.event_name == 'push' && github.repository == 'milvus-io/milvus'
|
||||
|
|
Loading…
Reference in New Issue