From c1f1807d361c972e24d28d5e73a7a31c22b20ac9 Mon Sep 17 00:00:00 2001 From: "hyperspace-insights[bot]" <209611008+hyperspace-insights[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:22:06 +0000 Subject: [PATCH] =?UTF-8?q?[Hyperspace]=20=F0=9F=A4=96=20Add=20PR=20Bot=20?= =?UTF-8?q?Configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hyperspace/pull_request_bot.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .hyperspace/pull_request_bot.json diff --git a/.hyperspace/pull_request_bot.json b/.hyperspace/pull_request_bot.json new file mode 100644 index 0000000..45fa589 --- /dev/null +++ b/.hyperspace/pull_request_bot.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://devops-insights-pr-bot.cfapps.eu10-004.hana.ondemand.com/schema/pull_request_bot.json", + "features": { + "control_panel": false, + "summarize": { + "auto_generate_summary": true, + "auto_insert_summary": true, + "auto_run_on_draft_pr": true, + "use_custom_summarize_prompt": false, + "use_custom_summarize_output_template": false + }, + "review": { + "auto_generate_review": true, + "auto_run_on_draft_pr": true, + "use_custom_review_focus": false + }, + "sonar_fix": { + "enable": true, + "excluded_rules": [] + }, + "pipeline_fix": { + "enable": true + } + } +}