Commit a1bff9b
authored
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.1 parent 3ce7e6b commit a1bff9b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments