-
Notifications
You must be signed in to change notification settings - Fork 146
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
chore: create event-handler utility workspace #2858
Conversation
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.
Just a minor typo.
We should add the package to beta list in our workflow script, so we can avoid accidental releases:
const betaPackages = []; |
Co-authored-by: Alexander Schueren <[email protected]>
@am29d - thanks for the review & suggestion. The package was already set as |
Quality Gate passedIssues Measures |
Summary
Changes
This PR adds the
event-handler
utility to the project's workspace.This is done by:
packages/event-handler
npm init -w packages/event-handler
package.json
created in the new foldertsconfig.json
,jest.config.cjs
, etc.)lerna.json
as well as other CI workflowsIssue number: closes #2857
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.