Skip to content

Commit

Permalink
Allow dependabot report BK status checks (#39540) (#39543)
Browse files Browse the repository at this point in the history
This commit adds dependabot to the BK PR Bot allow list to enable
status check reporting.

(cherry picked from commit a992601)

Co-authored-by: Dimitrios Liappis <[email protected]>
  • Loading branch information
mergify[bot] and dliappis authored May 14, 2024
1 parent e119c79 commit fdec8c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"pipelineSlug": "beats",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": [ "mergify[bot]" ],
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
Expand Down Expand Up @@ -37,7 +37,7 @@
"pipelineSlug": "beats-xpack-elastic-agent",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
"allowed_list": [ ],
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
Expand Down

0 comments on commit fdec8c5

Please sign in to comment.