Skip to content

Commit 0f8e08e

Browse files
authored
Updated pull-requests.json with llvm-apple & fpm pipelines (#332)
1 parent 9a59891 commit 0f8e08e

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.buildkite/pull-requests.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,40 @@
1616
"skip_ci_on_only_changed": [ ],
1717
"always_require_ci_on_changed": [ ],
1818
"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]"],
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]"],
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
1953
}
2054
]
2155
}

0 commit comments

Comments
 (0)