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
The GitHub event handler logic should be imported to this new codebase, and be sure to be compatible with Cloudflare Workers.
No core node libraries like fs or path etc.
I don't anticipate this to be a problem with the event handler code.
We can break this apart into several pull requests. I imagine that some will be basically copy and paste, while others may require some refactoring. Perhaps the first deliverable can be the easy ones, and we can work our way to the more complex refactorings.
The text was updated successfully, but these errors were encountered:
The GitHub event handler logic should be imported to this new codebase, and be sure to be compatible with Cloudflare Workers.
fs
orpath
etc.We can break this apart into several pull requests. I imagine that some will be basically copy and paste, while others may require some refactoring. Perhaps the first deliverable can be the easy ones, and we can work our way to the more complex refactorings.
The text was updated successfully, but these errors were encountered: