From bcf393065b37288de8e55cc6a37e9f0a2b1b6c96 Mon Sep 17 00:00:00 2001 From: "hyperspace-insights[bot]" <209611008+hyperspace-insights[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:48:20 +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 | 19 +++++++++++++++++++ 1 file changed, 19 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 000000000..973b1f92e --- /dev/null +++ b/.hyperspace/pull_request_bot.json @@ -0,0 +1,19 @@ +{ + "$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, + "use_tabular_summarize_output_template": false + }, + "review": { + "auto_generate_review": true, + "auto_run_on_draft_pr": true, + "use_custom_review_focus": false + } + } +}