|
16 | 16 | "skip_ci_on_only_changed": [ "\\.md$", ".mergify.yml", "^.github/" ],
|
17 | 17 | "always_require_ci_on_changed": [ ],
|
18 | 18 | "fail_on_not_mergeable": true
|
19 |
| - }, |
20 |
| - { |
21 |
| - "enabled": true, |
22 |
| - "pipelineSlug": "llvm-apple", |
23 |
| - "allow_org_users": true, |
24 |
| - "allowed_repo_permissions": ["admin", "write"], |
25 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"], |
26 |
| - "set_commit_status": true, |
27 |
| - "build_on_commit": true, |
28 |
| - "build_on_comment": true, |
29 |
| - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
30 |
| - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
31 |
| - "skip_ci_labels": [ ], |
32 |
| - "skip_target_branches": [ ], |
33 |
| - "skip_ci_on_only_changed": [ ], |
34 |
| - "always_require_ci_on_changed": [ ], |
35 |
| - "fail_on_not_mergeable": true |
36 |
| - }, |
37 |
| - { |
38 |
| - "enabled": true, |
39 |
| - "pipelineSlug": "fpm", |
40 |
| - "allow_org_users": true, |
41 |
| - "allowed_repo_permissions": ["admin", "write"], |
42 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"], |
43 |
| - "set_commit_status": true, |
44 |
| - "build_on_commit": true, |
45 |
| - "build_on_comment": true, |
46 |
| - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
47 |
| - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
48 |
| - "skip_ci_labels": [ ], |
49 |
| - "skip_target_branches": [ ], |
50 |
| - "skip_ci_on_only_changed": [ ], |
51 |
| - "always_require_ci_on_changed": [ ], |
52 |
| - "fail_on_not_mergeable": true |
53 | 19 | }
|
54 | 20 | ]
|
55 | 21 | }
|
0 commit comments