Skip to content

Commit 803b362

Browse files
authored
Add GH vault plugin bot to allowed list (#5069)
1 parent ac85520 commit 803b362

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pull-requests.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"pipelineSlug": "elastic-agent",
66
"allow_org_users": true,
77
"allowed_repo_permissions": ["admin", "write"],
8-
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"],
8+
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"],
99
"set_commit_status": true,
1010
"build_on_commit": true,
1111
"build_on_comment": true,
@@ -21,7 +21,7 @@
2121
"pipelineSlug": "elastic-agent-package",
2222
"allow_org_users": true,
2323
"allowed_repo_permissions": ["admin", "write"],
24-
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
24+
"allowed_list": ["dependabot[bot]", "mergify[bot]", "elastic-vault-github-plugin-prod[bot]"],
2525
"set_commit_status": false,
2626
"build_on_commit": false,
2727
"build_on_comment": true,
@@ -37,7 +37,7 @@
3737
"pipelineSlug": "elastic-agent-binary-dra",
3838
"allow_org_users": true,
3939
"allowed_repo_permissions": ["admin", "write"],
40-
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
40+
"allowed_list": ["dependabot[bot]", "mergify[bot]", "elastic-vault-github-plugin-prod[bot]"],
4141
"set_commit_status": false,
4242
"build_on_commit": false,
4343
"build_on_comment": true,

0 commit comments

Comments
 (0)