mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
- new behavior: if no plugins are specified, then they are automatically discovered. if plugins are specified, no autodiscovery happens - a plugin is defined as a module whose name begins with the prefix `probot-` - move plugin loading/resolving routines into module - add tests
2 lines
32 B
JavaScript
2 lines
32 B
JavaScript
module.exports = function () {}
|