ソースを参照

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

読み込み中…
キャンセル
保存