You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
semantic exports a single function that takes the app and registers handlers. That's a great start! I'd advocate for finer grain control as well, just exporting the handler and letting us call into the handler. Maybe also export the default events that would be bound to it.
Problem
I have a probot application, and want to tap into this functionality. However, this code is not distributed on npm.
Discussion
Can we:
npm
in this regard, I can import
pull
and bind them to my existing event handlersThe text was updated successfully, but these errors were encountered: