Skip to content

Commit f2cbf75

Browse files
authored
Fix the pipeline slug key in pull-request.json (#235)
1 parent ba76d80 commit f2cbf75

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pull-requests.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"jobs": [
33
{
44
"enabled": true,
5-
"pipelineSlug": "logstash-filter-elastic-integration-pull-request",
5+
"pipeline_slug": "logstash-filter-elastic-integration-pull-request",
66
"allow_org_users": true,
77
"allowed_repo_permissions": ["admin", "write"],
88
"allowed_list": ["dependabot[bot]", "mergify[bot]", "elastic-vault-github-plugin-prod[bot]"],
@@ -13,7 +13,8 @@
1313
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
1414
"skip_target_branches": [],
1515
"skip_ci_on_only_changed": ["^docs/"],
16-
"always_require_ci_on_changed": []
16+
"always_require_ci_on_changed": [],
17+
"skip_ci_labels": []
1718
}
1819
]
1920
}

0 commit comments

Comments
 (0)