-
-
Notifications
You must be signed in to change notification settings - Fork 60
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: vite repo #120
feat: vite repo #120
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.
Oh, this is amazing, thanks so much for implementing this feature. It has been a pain not being able to run ecosystem-ci on every PR we want.
About the options, I was wondering if we should have repo be https://github.com/vitejs/vite
to allow not GitHub repositories but given that all PRs will come from other GitHub repos, I think we should go with your current choice and keep it simple.
Nice! Should we add reading package json and comparing the package name to ensure it is a vite fork? |
Implemented 👍 This should help to notice that we have tried to use a different repository. |
This PR adds support for using repository other than vitejs/vite.
Example run: https://github.com/sapphi-red/vite-ecosystem-ci/runs/8059305521?check_suite_focus=true#step:7:11

closes #33