https://github.com/changesets/changesets/blob/main/docs/checking-for-changesets.md and https://github.com/changesets/changesets/blob/main/docs/automating-changesets.md#blocking Both say `changeset status --since=main` should exit with code 1 and cause CI failure. This doesnt appear to be the case <img width="1124" height="655" alt="Image" src="https://github.com/user-attachments/assets/83eca0df-df80-430d-85f2-104868c1fd8d" />
https://github.com/changesets/changesets/blob/main/docs/checking-for-changesets.md
and
https://github.com/changesets/changesets/blob/main/docs/automating-changesets.md#blocking
Both say
changeset status --since=mainshould exit with code 1 and cause CI failure.This doesnt appear to be the case