Open
Description
Instead of having to request a GitHub token to push to that branch and create it, why don't we simply clone the repository, change the URL (which is part of what happens when creating a new branch), and run the tests? That way, everything stays local, and we can test this change beyond what the token allows.
The process would be something like this:
- The
wiby test
label is added - The Wiby action runs
wiby test
wiby test
- clones the repository,
- updates the dependency URL
- reports the result to GitHub Actions.
I know you're no longer maintaining this project, but @dominykas, can you tell me what you think of this approach?
Metadata
Metadata
Assignees
Labels
No labels