-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.mergify.yml
More file actions
58 lines (58 loc) · 2.14 KB
/
Copy path.mergify.yml
File metadata and controls
58 lines (58 loc) · 2.14 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
merge_protections:
- name: Require a review from a maintainer.
if:
- base = main
success_conditions:
- approved-reviews-by = @Maintainer
- name: Pull request title format.
if:
- base = main
success_conditions:
- "title ~= ^(fix|feat|docs|style|refactor|enhance|test|build|ci|chore|revert):"
- name: Actions status check for AArch64
if:
- and:
- label = AArch64
- base = main
success_conditions:
- and:
- check-success = linux-aarch64 / test (lib-test/tier1)
- check-success = linux-aarch64 / test (hs/tier1 serviceability)
- check-success = linux-aarch64 / test (hs/tier1 runtime)
- check-success = linux-aarch64 / test (hs/tier1 gc)
- check-success = linux-aarch64 / test (hs/tier1 compiler not-xcomp)
- check-success = linux-aarch64 / test (hs/tier1 compiler jeandle)
- check-success = linux-aarch64 / test (hs/tier1 compiler part 3)
- check-success = linux-aarch64 / test (hs/tier1 compiler part 2)
- check-success = linux-aarch64 / test (hs/tier1 compiler part 1)
- check-success = linux-aarch64 / test (hs/tier1 common)
- check-success = linux-aarch64 / test (langtools/tier1)
- check-success = linux-aarch64 / test (jdk/tier1 part 3)
- check-success = linux-aarch64 / test (jdk/tier1 part 2)
- check-success = linux-aarch64 / test (jdk/tier1 part 1)
- check-success = linux-aarch64 / build (release)
- check-success = linux-aarch64 / build (debug)
queue_rules:
- queue_branch_prefix: jeandle-jdk/merge-queue/
merge_method: squash
update_method: rebase
name: jeandle-jdk
draft_bot_account: jeandle-bot
merge_bot_account: jeandle-bot
update_bot_account: jeandle-bot
merge_queue:
max_parallel_checks: 1
queued_label: ""
dequeued_label: ""
commands_restrictions:
dequeue:
conditions:
- sender-permission >= maintain
queue:
conditions:
- sender-permission >= maintain
requeue:
conditions:
- sender-permission >= maintain
merge_protections_settings:
reporting_method: check-runs