From e8a45f051d796bbcd46c5d7698c54b94179dd869 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 15 May 2026 13:16:38 +0200 Subject: [PATCH] docs: clarify Build-bot test build trigger Test-bot: skip Build-bot: skip --- docs/build-bot.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/build-bot.md b/docs/build-bot.md index fb3d12cbd0..8e14de70e7 100644 --- a/docs/build-bot.md +++ b/docs/build-bot.md @@ -138,10 +138,11 @@ well). It is important to note that the Build-bot trailers are read when builds are triggered, which happens within 2 minutes of a PR being opened or commits being pushed. Editing the PR body after the build trigger has run will have no effect -on existing builds, until another commit is pushed, or the test build trigger is -run manually from TeamCity. Thus, do not rely on editing the PR body after PR -creation to control the build bot; either include your build bot trailers in -commit messages, or include them in the PR body submitted when creating the PR. +on existing builds, until another commit is pushed, or the "Trigger Test Builds" +build configuration is run manually from TeamCity. Thus, do not rely on editing +the PR body after PR creation to control the build bot; either include your +build bot trailers in commit messages, or include them in the PR body submitted +when creating the PR. ## Interactions with Test Bot