You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow renovate PR to have un committed changes (#716)
I've found CI always fails when renovate updates git submodule...
If there is un-committed changes by renovate PR(= new code will be
generated by openapi generator), I think we can allow this. Finally
github actions open PR after the PR by renovate is merged.
Another way is to make renovate to run script to generate code again,
but the cost is a little bit
high.(https://docs.renovatebot.com/configuration-options/#postupgradetasks)
The situation won't get bad even when we merge this change, so let me
merge this change.
0 commit comments