-
Notifications
You must be signed in to change notification settings - Fork 572
Expand file tree
/
Copy path.mergify.yml
More file actions
37 lines (34 loc) · 948 Bytes
/
.mergify.yml
File metadata and controls
37 lines (34 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
queue_rules:
- name: default
merge_method: squash
conditions:
- check-success=integrations/pr-merge
defaults:
actions:
backport:
title: "[{{ destination_branch }}] (backport #{{ number }}) {{ title }}"
assignees:
- "{{ author }}"
labels:
- "backport"
pull_request_rules:
- name: automatic merge of bot 🤖
conditions:
- check-success=integrations/pr-merge
- check-success=CLA
- base=main
- author~=^dependabot(|-preview)\[bot\]$
actions:
queue:
name: default
- name: notify the backport has not been merged yet
conditions:
- -merged
- -closed
- author=mergify[bot]
- "#check-success>0"
- schedule=Mon-Mon 06:00-10:00[Europe/Paris]
actions:
comment:
message: |
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏