Skip to content

Commit 2687ff4

Browse files
mashhurslogstashmachine
authored andcommitted
Fix the pipeline slug key in pull-request.json (#235)
(cherry picked from commit f2cbf75)
1 parent b5a9db7 commit 2687ff4

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]"],
@@ -12,7 +12,8 @@
1212
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
1313
"skip_target_branches": [],
1414
"skip_ci_on_only_changed": ["^docs/"],
15-
"always_require_ci_on_changed": []
15+
"always_require_ci_on_changed": [],
16+
"skip_ci_labels": []
1617
}
1718
]
1819
}

0 commit comments

Comments
 (0)