Add dev script for testing the bot locally

This commit is contained in:
Maciej Pędzich
2022-09-13 10:04:27 +02:00
parent c196252ddf
commit 5369e80810
3 changed files with 960 additions and 8 deletions

4
run.ts Normal file
View File

@@ -0,0 +1,4 @@
import { run } from 'probot';
import bot from './bot';
run(bot);