From 2c2dbb844c784937d7664a97239c95bbf86326ed Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 21 Apr 2022 12:55:22 +0200 Subject: [PATCH] Syntax for a branch from a PR --- extra/DEVELOPER_DOCS/ExplosionBot.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extra/DEVELOPER_DOCS/ExplosionBot.md b/extra/DEVELOPER_DOCS/ExplosionBot.md index 403625550..eebec1a06 100644 --- a/extra/DEVELOPER_DOCS/ExplosionBot.md +++ b/extra/DEVELOPER_DOCS/ExplosionBot.md @@ -24,9 +24,13 @@ Some things to note: ``` @explosion-bot please test_gpu --thinc-branch develop ``` +You can also specify a branch from an unmerged PR: +``` +@explosion-bot please test_gpu --thinc-branch refs/pull/633/head +``` ## Troubleshooting If the robot isn't responding to commands as expected, you can check its logs in the [Github Action](https://github.com/explosion/spaCy/actions/workflows/explosionbot.yml). -For each command sent to the bot, there should be a run of the `explosion-bot` workflow. In the `Install and run explosion-bot` step, towards the ends of the logs you should see info about the configuration that the bot was run with, as well as any errors that the bot encountered. \ No newline at end of file +For each command sent to the bot, there should be a run of the `explosion-bot` workflow. In the `Install and run explosion-bot` step, towards the ends of the logs you should see info about the configuration that the bot was run with, as well as any errors that the bot encountered.