The Changesets bot currently posts a “No Changeset found” comment on PRs even when the repository does not use Changesets.
It would be nice if the bot first detected whether Changesets is actually installed/configured (for example, @changesets/cli and/or a .changeset config) and simply skipped commenting when it isn't.
This would avoid irrelevant bot comments on repositories where the GitHub app is installed organization-wide but Changesets is only used by some repositories.
The Changesets bot currently posts a “No Changeset found” comment on PRs even when the repository does not use Changesets.
It would be nice if the bot first detected whether Changesets is actually installed/configured (for example,
@changesets/cliand/or a.changesetconfig) and simply skipped commenting when it isn't.This would avoid irrelevant bot comments on repositories where the GitHub app is installed organization-wide but Changesets is only used by some repositories.