mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
[CI] Adds buildkite pull requests configuration (#570)
This commit is contained in:
parent
4cf92fd9b7
commit
7ad1f430e4
16
.buildkite/pull-requests.json
Normal file
16
.buildkite/pull-requests.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"jobs": [
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"pipeline_slug": "eland-pull-requests",
|
||||||
|
"allow_org_users": true,
|
||||||
|
"allowed_repo_permissions": ["admin", "write"],
|
||||||
|
"build_on_commit": true,
|
||||||
|
"build_on_comment": true,
|
||||||
|
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
||||||
|
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
||||||
|
"skip_ci_labels": ["skip-ci"],
|
||||||
|
"skip_ci_on_only_changed": ["\\.md$"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user