Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: temporarily disable label based backports #46399

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 27 additions & 27 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,33 @@ pull_request_rules:
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.
https://github.com/frappe/erpnext/wiki/Pull-Request-Checklist#which-branch
- name: backport to develop
conditions:
- label="backport develop"
actions:
backport:
branches:
- develop
assignees:
- "{{ author }}"
- name: backport to version-14-hotfix
conditions:
- label="backport version-14-hotfix"
actions:
backport:
branches:
- version-14-hotfix
assignees:
- "{{ author }}"
- name: backport to version-15-hotfix
conditions:
- label="backport version-15-hotfix"
actions:
backport:
branches:
- version-15-hotfix
assignees:
- "{{ author }}"
# - name: backport to develop
# conditions:
# - label="backport develop"
# actions:
# backport:
# branches:
# - develop
# assignees:
# - "{{ author }}"
# - name: backport to version-14-hotfix
# conditions:
# - label="backport version-14-hotfix"
# actions:
# backport:
# branches:
# - version-14-hotfix
# assignees:
# - "{{ author }}"
# - name: backport to version-15-hotfix
# conditions:
# - label="backport version-15-hotfix"
# actions:
# backport:
# branches:
# - version-15-hotfix
# assignees:
# - "{{ author }}"
- name: Automatic merge on CI success and review
conditions:
- status-success=linters
Expand Down
Loading