Răsfoiți Sursa

Fix mergify (#223)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 3 ani în urmă
părinte
comite
0124d9205d
2 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 2 2
      .github/mergify.yml
  2. 2 0
      OWNERS

+ 2 - 2
.github/mergify.yml

@@ -2,7 +2,7 @@ pull_request_rules:
   - name: Test passed for code changed
   - name: Test passed for code changed
     conditions:
     conditions:
       - base=master
       - base=master
-      - "status-success=Java CI with Maven / build (pull_request)"
+      - "status-success=Java CI with Maven / Build with Maven"
     actions:
     actions:
       label:
       label:
         add:
         add:
@@ -11,7 +11,7 @@ pull_request_rules:
   - name: Remove ci-passed when code check failed
   - name: Remove ci-passed when code check failed
     conditions:
     conditions:
       - base=master
       - base=master
-      - "check-failure=Java CI with Maven / build (pull_request)"
+      - "check-failure=Java CI with Maven / Build with Maven"
     actions:
     actions:
       label:
       label:
         remove:
         remove:

+ 2 - 0
OWNERS

@@ -3,7 +3,9 @@ filters:
     reviewers:
     reviewers:
       - xiaofan-luan
       - xiaofan-luan
       - yhmo
       - yhmo
+      - scsven
     approvers:
     approvers:
       - xiaofan-luan
       - xiaofan-luan
       - yhmo
       - yhmo
+      - scsven