line / line-bot-sdk-go

LINE Messaging API SDK for Go
https://developers.line.biz/en/docs/messaging-api/overview/
Apache License 2.0
893 stars 236 forks source link

Allow renovate PR to have un committed changes #512

Closed Yang-33 closed 1 day ago

Yang-33 commented 1 day ago

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.