DEV Community

Discussion on: Have you used the new "suggested changes" in GitHub pull requests?

Collapse
 
vinibrsl profile image
Vinicius Brasil

We've used here for simple changes, like changing the i18n strings. It worked very well, but it'd be great to have more changes per commit. It creates a commit for every change.

Collapse
 
theoutlander profile image
Nick Karnik

What is considered a single change? How do they limit it at the moment?

Collapse
 
vinibrsl profile image
Vinicius Brasil • Edited

Not that they're limiting. Like, if you have 5 fixes that you can pack into a single commit, this new suggestion feature will do it, but won't pack into a single commit. Instead, it will create 5 commits. That can be an issue if you have CI, that will cause to trigger it 5 times.