mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 06:08:19 -04:00
22 lines
765 B
JSON
22 lines
765 B
JSON
{
|
|
"jobs": [
|
|
{
|
|
"enabled": true,
|
|
"pipeline_slug": "logstash-pull-request-pipeline",
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"],
|
|
"set_commit_status": true,
|
|
"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_target_branches": [ ],
|
|
"skip_ci_on_only_changed": [
|
|
"^docs/"
|
|
],
|
|
"always_require_ci_on_changed": [ ]
|
|
}
|
|
]
|
|
}
|