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
Since the PR bot is handling GitHub hooks anyway, it could be a convenient way to add repo-specific event handlers. In addition to repository and module specific configuration (#15), we could also let users drop in .js scripts:
(extracted from #15 (comment))
Since the PR bot is handling GitHub hooks anyway, it could be a convenient way to add repo-specific event handlers. In addition to repository and module specific configuration (#15), we could also let users drop in .js scripts:
Some thoughts:
.bot/hooks/pull_request.js
: runs on a PullRequestEventpush
label in monasca-docker.bot/hooks/status.js
: runs on a StatusEventWe may want to execute these hooks in a sandboxed context, like vm2.
The text was updated successfully, but these errors were encountered: