mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[buildkite] Move PR config into the master branch (#113986)
This commit is contained in:
parent
3237a746ae
commit
170ed4b0ac
1 changed files with 21 additions and 0 deletions
21
.buildkite/pull_requests.json
Normal file
21
.buildkite/pull_requests.json
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"jobs": [
|
||||
{
|
||||
"repoOwner": "elastic",
|
||||
"repoName": "kibana",
|
||||
"pipelineSlug": "kibana-pull-request",
|
||||
|
||||
"enabled": true,
|
||||
"allow_org_users": true,
|
||||
"allowed_repo_permissions": ["admin", "write"],
|
||||
"allowed_list": ["barlowm", "renovate[bot]"],
|
||||
"set_commit_status": true,
|
||||
"commit_status_context": "kibana-ci",
|
||||
"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))",
|
||||
"labels": ["buildkite-ci"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue