From 2687ff42a547d09a10cb1135f7d91e659b05e531 Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:40:40 -0800 Subject: [PATCH] Fix the pipeline slug key in pull-request.json (#235) (cherry picked from commit f2cbf75f0b4794a88e75e5c0ed946877b975985d) --- .buildkite/pull-requests.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 2e04720a..818b115f 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -2,7 +2,7 @@ "jobs": [ { "enabled": true, - "pipelineSlug": "logstash-filter-elastic-integration-pull-request", + "pipeline_slug": "logstash-filter-elastic-integration-pull-request", "allow_org_users": true, "allowed_repo_permissions": ["admin", "write"], "allowed_list": ["dependabot[bot]", "mergify[bot]", "elastic-vault-github-plugin-prod[bot]"], @@ -12,7 +12,8 @@ "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", "skip_target_branches": [], "skip_ci_on_only_changed": ["^docs/"], - "always_require_ci_on_changed": [] + "always_require_ci_on_changed": [], + "skip_ci_labels": [] } ] }