From fc83b4e08e5e899e2a773a299696c9984860089a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 29 Apr 2024 09:55:52 +0200 Subject: [PATCH] buildkite: update pull-requests.org-wide.json to support any spaces This should support cases such as `run docs` --- .buildkite/pull-requests.org-wide.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pull-requests.org-wide.json b/.buildkite/pull-requests.org-wide.json index 58f2975b9bc4..677200631798 100644 --- a/.buildkite/pull-requests.org-wide.json +++ b/.buildkite/pull-requests.org-wide.json @@ -12,8 +12,8 @@ "allowed_list": ["github-actions[bot]", "renovate[bot]", "mergify[bot]", "dependabot[bot]"], "build_on_commit": true, "build_on_comment": true, - "trigger_comment_regex": "run docs-build ?(?rebuild)? ?(?warnlinkcheck)? ?(?skiplinkcheck)?", - "always_trigger_comment_regex": "buildkite test this ?(?rebuild)? ?(?warnlinkcheck)? ?(?skiplinkcheck)?", + "trigger_comment_regex": "run docs-build\\s*?(?rebuild)? ?(?warnlinkcheck)? ?(?skiplinkcheck)?", + "always_trigger_comment_regex": "buildkite test this\\s*?(?rebuild)? ?(?warnlinkcheck)? ?(?skiplinkcheck)?", "skip_ci_labels": [ "skip docs-build" ],