Skip to content

Commit

Permalink
Update pull-requests.json from main (#39548)
Browse files Browse the repository at this point in the history
This commit updates the pull-requests.json file for the BK PR Bot from
main. It's not consulted in any way, but it reduces conflicts with
backports that include it.
  • Loading branch information
dliappis authored May 14, 2024
1 parent 57408b2 commit 60413c3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@
"pipelineSlug": "beats",
"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,
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
"skip_ci_labels": [ ],
"trigger_comment_regex": "^/(?:test)",
"always_trigger_comment_regex": "^/(?:test)",
"skip_ci_labels": ["skip-ci"],
"skip_target_branches": [ ],
"skip_ci_on_only_changed": [ ],
"always_require_ci_on_changed": [ ]
},
{
"enabled": true,
"pipeline_slug": "beats-xpack-elastic-agent",
"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 60413c3

Please sign in to comment.