From 2269f285ee34a464ee0b0674a1439ac96a9a6bb3 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Tue, 14 May 2024 13:12:58 +0300 Subject: [PATCH] Update pull-requests.json from main (#39547) 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. --- .buildkite/pull-requests.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.buildkite/pull-requests.json b/.buildkite/pull-requests.json index 3ce829a749d9..55affae41289 100644 --- a/.buildkite/pull-requests.json +++ b/.buildkite/pull-requests.json @@ -5,17 +5,13 @@ "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, - "trigger_comment_regex": "^/test .*$", - "always_trigger_comment_regex": "^/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": [ ]