Explorar el Código

chore: Enable mergify for auto merging of PRs (#7810)

This PR enables mergify.io integration for automatic merging of Pull Requests.

Pull Requests will be merged if the following checks are passing

- Codacy
- Travis
- Semantic Title
- Snyk (package.json and requirements.txt)
- don't-merge label is not added
- PR is approved by atleast one person
version-14
Faris Ansari hace 6 años
committed by GitHub
padre
commit
a48e39abd7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      .mergify.yml

+ 13
- 0
.mergify.yml Ver fichero

@@ -0,0 +1,13 @@
pull_request_rules:
- name: Automatic merge on CI success and review
conditions:
- status-success=Codacy/PR Quality Review
- status-success=Semantic Pull Request
- status-success=continuous-integration/travis-ci/pr
- status-success=security/snyk - package.json (frappe)
- status-success=security/snyk - requirements.txt (frappe)
- label!=don't-merge
- "#approved-reviews-by>=1"
actions:
merge:
method: merge

Cargando…
Cancelar
Guardar