Turn off GitHub Supabase integration PR comments on no changes #41543
Replies: 1 comment 1 reply
|
+1 to this request. In our repo, the Supabase GitHub integration is configured to only react to changes under our Supabase directory, which is the right behavior. The problem is that when a PR does not include changes there, Supabase still leaves a full PR comment saying the PR was ignored. That comment does not require action from the author or reviewer, so it becomes visual noise. In a busy monorepo with many unrelated PRs, these comments take up space in the PR timeline and make the actual review discussion harder to scan. The ideal behavior would be one of:
The current behavior is technically accurate, but it is not useful in the common case where the integration is intentionally scoped to a subdirectory. For ignored PRs, silence would be much better. |
Uh oh!
There was an error while loading. Please reload this page.
It would be nice to have the ability to turn off so that the Supabase integration doesn't comment on every single PR where there are no changes to the Supabase files.
All reactions