From 53dfbd060fca81e9512e100e45040125de920aa0 Mon Sep 17 00:00:00 2001 From: Ben Horowitz Date: Mon, 18 Nov 2024 16:42:08 -0800 Subject: [PATCH] Add note to smoke test help message --- discord-bot-smoke-test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/discord-bot-smoke-test.py b/discord-bot-smoke-test.py index bc6b2fa..8265b81 100644 --- a/discord-bot-smoke-test.py +++ b/discord-bot-smoke-test.py @@ -39,7 +39,8 @@ The positional argument (`general` in the example) is the channel on which to send a test message. - To run for pull request verification: + For pull request verification, this script is run by CI as follows (but + a person would not typically run this script in this way): python {os.path.basename(__file__)} pull-requests --pull_request=PR123-456-789 The value for the `--pull_request` option specifies the PR run for which the PR bot is listening.