Feature request for product/service
BugBot
Describe the request
Hello Cursor BugBot Team,
We are currently using BugBot via GitHub Actions in a large-scale mono-repo environment. While we value the automated insights, the current implementation of PR Summaries is causing significant infrastructure strain for our team.
The Problem
When a Pull Request is opened, BugBot triggers and edits the PR description to add a summary. This “Edited” event re-triggers our entire GitHub Actions workflow suite. Because we operate in a heavy mono-repo, these redundant CI runs are:
Increasing our CI/CD costs significantly.
Causing queue delays for the rest of the engineering org.
Creating a “feedback loop” where bot edits compete with status checks.
Why standard workarounds don’t work for us
User Settings: While individual users can disable summaries, we cannot enforce this across a large team of contributors to protect our infrastructure.
Webhook Filtering: We cannot remove the types: [edited] trigger from our workflows, as we rely on that event for legitimate target_branch updates and manual PR revisions.
Feature Request
We would like to request the ability to disable PR Summaries at the Repository or Organization level.
Preferred implementation options:
Repository Setting: A toggle within the BugBot dashboard or a config file (e.g., .cursor/bugbot.json) to disable summaries globally for that repo.
Organization Setting: A top-level policy to disable summaries for all repos under our enterprise/org account.
Action Input: An option in the GitHub Action YAML (e.g., with: summaries: false) to suppress the edit event.
We love the core functionality of BugBot and want to keep using it, but we need a way to manage its impact on our CI load.
Looking forward to your thoughts on this.
Best regards,
Idan Shamam| Devops Engineer | Starkware