This website requires JavaScript.
Explore
Help
Sign In
maciejpedzich
/
playlist-entry-validator
Watch
1
Star
0
Fork
0
You've already forked playlist-entry-validator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7311a8f02e4a157379c2759fe5bb80d46cadeaaf
playlist-entry-validator
/
run.ts
5 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add dev script for testing the bot locally
2022-09-13 10:04:27 +02:00
import
{
run
}
from
'probot'
;
Show a rename warning for valid playlist URLs
2023-01-27 14:22:17 +01:00
import
{
bot
}
from
'./bot'
;
Add dev script for testing the bot locally
2022-09-13 10:04:27 +02:00
run
(
bot
)
;
Reference in New Issue
Copy Permalink