When working with a monorepo and automatic speculative plans enabled for PRs, and there are N workspaces in the monorepo, there are always N checks posted even if only 1 is changed.
The plan is reported for the 1 changed workspace, however the say, 99 other workspaces posting “skipped plan” just obscure the result of the changed workspace.
Is there any way to suppress output from workspaces that did not trigger speculative plans to make the resulting output less cluttered?