Просмотр исходного кода

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

ci(Mergify): configuration update
Yuki Takei 3 лет назад
Родитель
Сommit
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: