mirror of https://github.com/explosion/spaCy.git
Merge pull request #9426 from explosion/rfd-bot-config
Add allowed_teams to the explosion-bot config
This commit is contained in:
commit
bb6623bb2d
|
@ -23,4 +23,5 @@ jobs:
|
|||
env:
|
||||
INPUT_TOKEN: ${{ secrets.EXPLOSIONBOT_TOKEN }}
|
||||
INPUT_BK_TOKEN: ${{ secrets.BUILDKITE_SECRET }}
|
||||
ENABLED_COMMANDS: "test_gpu"
|
||||
ENABLED_COMMANDS: "test_gpu"
|
||||
ALLOWED_TEAMS: "spaCy"
|
Loading…
Reference in New Issue