Skip to content
Open
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
50 changes: 50 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
pull_request_rules:
- name: Assign author to review conflict and add label of 'conflict'
conditions:
- conflict
actions:
label:
add:
- conflict
assign:
add_users:
- aakvatech
- "{{author}}"
comment:
message: "@{{author}} this pull request is now in conflict 😩"


- name: backport to develop branch
conditions:
- label = develop
actions:
backport:
branches:
- develop
assignees:
- aakvatech
- "{{author}}"


- name: backport to version-13 branch
conditions:
- label = version-13
actions:
backport:
branches:
- version-13
assignees:
- aakvatech
- "{{author}}"


- name: backport to version-14 branch
conditions:
- label = version-14
actions:
backport:
branches
- version-14
assignees:
- aakvatech
- "{{author}}"