Skip to content
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

Split into Action, App, CLI, Core and Switch to TypeScript #1194

Closed
wants to merge 22 commits into from

Conversation

jetersen
Copy link
Member

@jetersen jetersen commented Aug 3, 2022

This is mostly an entire rewrite of the code base into typescript with multiple packages.

I will rewrite history a lot in the pull request and it is definitely not in a working state at the moment.

closes #1173
fixes #549
fixes #667
fixes #148
fixes #1146

ENTRYPOINT [ "/app/node_modules/.bin/probot" ]
CMD [ "receive", "/app/index.js" ]

FROM node:16.16.0-alpine@sha256:9a2db0008b592cfde1b98aa8972a8051ccb80bb51dde8b06c3a2e3762794e89c as run
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intent was to copy over only a single nodejs produced by @vercel/ncc

@@ -0,0 +1 @@
dist/
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move packages/app/dist/ to .gitignore

@@ -1,5 +1,6 @@
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
# yamlLanguageServer: $schema=../schema.json
Copy link
Member Author

@jetersen jetersen Aug 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is useful for testing the schema locally

@jetersen
Copy link
Member Author

argh I need to move this to release-drafter repo so workflows get updated 😅

@jetersen jetersen closed this Aug 20, 2022
@jetersen jetersen deleted the break/v6 branch August 20, 2022 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant