-
Notifications
You must be signed in to change notification settings - Fork 502
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
Check Transpiled JavaScript workflow fails for Dependabot PRs #986
Comments
It would be great if there would be a way to not commit the dist folder. Can’t we publish releases to GitHub Packages or something? |
Yeah it can be a nuisance with dependency updates, since the I'm waiting on Immutable Actions to go GA before trying another approach. In the meantime, you may want to checkout the container action template instead. This one is pretty straightforward to set up so the container pulls the dependencies and builds as part of your CI pipeline. |
That repo has the same issue no? It also commits |
Yes that is true, sorry. Unfortunately, I don't have a great option for this until immutable actions are live. At that point I should be able to make this easier :) I will keep this issue open for the time being and circle back once that feature is GA. |
Closely related to #957 but different.
When you use this repo as a template, all dependabot PRs that are opened will fail as they do not regenerate the
dist
folder.Is there a way to make dependabot do that or to not have the weird requirement to commit compiled code?
Because currently dependabot creates a lot of churn because all the PRs it opens will fail
The text was updated successfully, but these errors were encountered: