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
cli:render prints the terminal report instead of the comment body — pass --format markdown for the previous default. The --json and --text switches are gone, replaced by --format text|markdown|json. Forcing the format of the reports being read moves from --format to --input-format, and the action's format input is renamed to input-format with it.
Features
cli: default to the terminal report and rename the input format flag (c0a578b)
render: add a terminal report beside the comment body (7242684)