소스 검색

chore: add exceptions for release PRs

version-14
Ankush Menat 3 년 전
부모
커밋
8eaa87b2a2
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -3
      .mergify.yml

+ 4
- 3
.mergify.yml 파일 보기

@@ -6,6 +6,7 @@ pull_request_rules:
- author!=surajshetty3416
- author!=gavindsouza
- author!=deepeshgarg007
- author!=ankush
- or:
- base=version-13
- base=version-12
@@ -13,7 +14,7 @@ pull_request_rules:
close:
comment:
message: |
@{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch.
@{{author}}, thanks for the contribution, but we do not accept pull requests on a stable branch. Please raise PR on an appropriate hotfix branch.
https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#which-branch

- name: Automatic merge on CI success and review
@@ -53,7 +54,7 @@ pull_request_rules:
{{ title }} (#{{ number }})

{{ body }}
- name: backport to develop
conditions:
- label="backport develop"
@@ -92,4 +93,4 @@ pull_request_rules:
branches:
- version-12-hotfix
assignees:
- "{{ author }}"
- "{{ author }}"

불러오는 중...
취소
저장