From c87d61193d4c69559f9ee0269922514f43ee3b1f Mon Sep 17 00:00:00 2001 From: Mario Rodriguez Molins Date: Mon, 29 Jul 2024 15:37:47 +0200 Subject: [PATCH] [CI] Add new user into allowed list (#10634) --- .buildkite/pull-requests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 2a3aa98cbef..dd0b5358384 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -5,7 +5,7 @@ "pipelineSlug": "integrations", "allow_org_users": true, "allowed_repo_permissions": ["admin", "write"], - "allowed_list": ["dependabot[bot]", "mergify[bot]"], + "allowed_list": ["dependabot[bot]", "mergify[bot]", "elastic-vault-github-plugin-prod[bot]"], "set_commit_status": true, "build_on_commit": true, "build_on_comment": true,