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.