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

feat: vite repo #120

Merged
merged 5 commits into from
Aug 30, 2022
Merged

feat: vite repo #120

merged 5 commits into from
Aug 30, 2022

Conversation

sapphi-red
Copy link
Member

@sapphi-red sapphi-red commented Aug 28, 2022

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
image

closes #33

Copy link
Member

@patak-dev patak-dev left a 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.

@dominikg
Copy link
Collaborator

Nice!

Should we add reading package json and comparing the package name to ensure it is a vite fork?

@sapphi-red
Copy link
Member Author

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.

@dominikg dominikg merged commit c1666d2 into vitejs:main Aug 30, 2022
@sapphi-red sapphi-red deleted the feat/vite-repo branch August 30, 2022 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhancement: add viteRepo option
3 participants