瀏覽代碼

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 6 年之前
committed by GitHub
父節點
當前提交
a48e39abd7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 13 行新增0 行删除
  1. +13
    -0
      .mergify.yml

+ 13
- 0
.mergify.yml 查看文件

@@ -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

Loading…
取消
儲存