Skip to content

Commit 1206677

Browse files
authored
Add github-actions to the allowed list for BK jobs (#3632)
Signed-off-by: Alexandros Sapranidis <alexandros@elastic.co>
1 parent c52c393 commit 1206677

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
@@ -4,7 +4,7 @@
44
"pipeline_slug": "fleet-server",
55
"allow_org_users": true,
66
"allowed_repo_permissions": ["admin", "write"],
7-
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
7+
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"],
88
"set_commit_status": true,
99
"build_on_commit": true,
1010
"build_on_comment": true,
@@ -17,7 +17,7 @@
1717
"pipeline_slug": "fleet-server-package-mbp",
1818
"allow_org_users": true,
1919
"allowed_repo_permissions": ["admin", "write"],
20-
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
20+
"allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"],
2121
"set_commit_status": false,
2222
"build_on_commit": false,
2323
"build_on_comment": true,
@@ -30,7 +30,7 @@
3030
"pipeline_slug": "fleet-server-perf-tests",
3131
"allow_org_users": true,
3232
"allowed_repo_permissions": ["admin", "write"],
33-
"allowed_list": ["mergify[bot]"],
33+
"allowed_list": ["mergify[bot]", "github-actions[bot]"],
3434
"set_commit_status": false,
3535
"build_on_commit": false,
3636
"build_on_comment": true,

0 commit comments

Comments
 (0)