Explorar el Código

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

ci(Mergify): configuration update
Yuki Takei hace 3 años
padre
commit
93bab1d0da
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  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: