Skip to content

Commit

Permalink
Allow dependabot report BK status checks (#39540) (#39542)
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)

# Conflicts:
#	.buildkite/pull-requests.json

Co-authored-by: Dimitrios Liappis <[email protected]>
  • Loading branch information
mergify[bot] and dliappis authored May 14, 2024
1 parent 5eb622b commit d6ba775
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"pipelineSlug": "beats",
"allow_org_users": true,
"allowed_repo_permissions": ["admin", "write"],
<<<<<<< HEAD
"allowed_list": [ ],
=======
"allowed_list": ["dependabot[bot]", "mergify[bot]"],
>>>>>>> a992601dac (Allow dependabot report BK status checks (#39540))
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
Expand All @@ -21,7 +25,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 d6ba775

Please sign in to comment.