Skip to content

Commit

Permalink
Allow bots actions PR's to trigger docs builds (#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkammah authored Jan 10, 2024
1 parent bf4b3f5 commit 09bb057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pull-requests.org-wide.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"admin",
"write"
],
"allowed_list": ["github-actions[bot]", "renovate[bot]", "mergify[bot]"],
"build_on_commit": true,
"build_on_comment": true,
"trigger_comment_regex": "run docs-build ?(?<rebuild_opt>rebuild)? ?(?<warn_opt>warnlinkcheck)? ?(?<skip_opt>skiplinkcheck)?",
Expand Down Expand Up @@ -54,6 +55,7 @@
"admin",
"write"
],
"allowed_list": ["github-actions[bot]", "renovate[bot]", "mergify[bot]"],
"build_on_commit": true,
"build_on_comment": true,
"trigger_comment_regex": "run docs-build ?(?<rebuild_opt>rebuild)? ?(?<warn_opt>warnlinkcheck)? ?(?<skip_opt>skiplinkcheck)?",
Expand Down Expand Up @@ -105,6 +107,7 @@
"admin",
"write"
],
"allowed_list": ["github-actions[bot]", "renovate[bot]", "mergify[bot]"],
"build_on_commit": true,
"build_on_comment": true,
"trigger_comment_regex": "run docs-build ?(?<rebuild_opt>rebuild)? ?(?<warn_opt>warnlinkcheck)? ?(?<skip_opt>skiplinkcheck)?",
Expand Down

0 comments on commit 09bb057

Please sign in to comment.