From 5f5dd5aa21cb46fdf1c47bdde53373bd04e577b8 Mon Sep 17 00:00:00 2001 From: "hyperspace-insights[bot]" <209611008+hyperspace-insights[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:18:20 +0100 Subject: [PATCH] =?utf8?q?[Hyperspace]=20=F0=9F=A4=96=20Add=20PR=20Bot=20C?= =?utf8?q?onfiguration=20(#1677)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: hyperspace-insights[bot] <209611008+hyperspace-insights[bot]@users.noreply.github.com> --- .hyperspace/pull_request_bot.json | 18 ++++++++++++++++++ 1 file changed, 18 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 00000000..22e065ba --- /dev/null +++ b/.hyperspace/pull_request_bot.json @@ -0,0 +1,18 @@ +{ + "$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 + } + } +} -- 2.43.0