Skip to content

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