소스 검색

Merge pull request #7202 from weseek/mergify/yuki-takei/config-update

ci(Mergify): configuration update
Yuki Takei 3 년 전
부모
커밋
93bab1d0da
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      .mergify.yml

+ 17 - 0
.mergify.yml

@@ -0,0 +1,17 @@
+pull_request_rules:
+  - name: Automatic merge for Dependabot pull requests
+    conditions:
+      - author = dependabot[bot]
+      - '#approved-reviews-by >= 1'
+      - check-success = lint
+      - check-success = test
+      - check-success = launch-dev
+      - check-success = launch-prod
+    actions:
+      merge:
+        method: merge
+  - name: Automatic update for PR
+    conditions:
+      - author = dependabot[bot]
+    actions:
+      update: