Dismiss block label when automated create PR (#6556)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/6561/head
quicksilver 2021-07-15 17:26:26 +08:00 committed by GitHub
parent ee38d14f5d
commit 68a5d6219f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

2
.github/mergify.yml vendored
View File

@ -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:

View File

@ -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'

View File

@ -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'