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
deprecate: replace --tidy-review/--format-review with --pr-review (#377)
- add `--pr-review` to control posting PR reviews
- make `--tidy-review`/`--format-review` aliases of `--pr-review` for
backward compatibility
resolves#375
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Refactor**
* Consolidated PR review configuration into a single unified
`--pr-review` flag, replacing separate review toggles for better user
clarity and simpler command-line setup.
* Legacy `--tidy-review` and `--format-review` flags remain available as
backward-compatible aliases to ensure existing workflows continue
without interruption.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments