-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: plugins can describe their own event listeneners #74
feat: plugins can describe their own event listeneners #74
Conversation
# Conflicts: # bun.lockb # src/github/handlers/help-command.ts
# Conflicts: # bun.lockb
For this PR to work properly, all the related manifest pull-requests have to be merged, @0x4007 let me know if I am good to merge them. |
@gentlementlegen yes merge them. |
@gentlementlegen Check this config. Trying to run the hello world plugin and the kernel responds with What am I doing wrong? |
I updated the README with a proper config due to the new schema. I think the |
# Conflicts: # src/github/handlers/help-command.ts
@gentlementlegen Check this issue, this config (from readme) and this comment. It seems that the "hello-world" plugin responds to any comment while the expected behavior is to respond only to the |
@rndquu The issue was that the |
If plugin doesn't serve manifest at all then what's going to happen? Perhaps we should create a new github issue for showing empty manifest related error and stopping plugin execution? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine
Resolves #73
Depends on #71