Default platformCommit to true when in app mode #21318
Labels
breaking
Breaking change, requires major version bump
platform:github
GitHub Platform
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Describe the proposed change(s).
We should change platformCommit default from false to true when in app mode.
This is perhaps by changing it from boolean to enum: auto (enable if in app mode), enabled, disabled.
It only applies to GitHub, and has been working reliably for the hosted app. It has no benefit that I'm aware of when using a PAT, so better to leave it as false there (it's more efficient without).
The text was updated successfully, but these errors were encountered: