update_bugbot_repo
Enable or disable Bugbot for a repository, with an option to skip automatic PR reviews by setting manual trigger only.
Instructions
Enable/disable Bugbot for a repo (POST /bugbot/repo/update).
Args: repo_url: Full repository URL. enabled: True to enable Bugbot, False to disable. manual_trigger_only: When True, skip automatic PR reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | ||
| repo_url | Yes | ||
| manual_trigger_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||