Skip to content

Commit

Permalink
[buildkite] Move PR config into the master branch (#113986)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders authored Oct 6, 2021
1 parent 3237a74 commit 170ed4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .buildkite/pull_requests.json
Original file line number Diff line number Diff line change
@@ -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"]
}
]
}

0 comments on commit 170ed4b

Please sign in to comment.