Syntax for a branch from a PR

This commit is contained in:
Sofie Van Landeghem 2022-04-21 12:55:22 +02:00 committed by Daniël de Kok
parent 29afbdb91e
commit 2c2dbb844c
1 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,10 @@ 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