From: hyperspace-insights[bot] <209611008+hyperspace-insights[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:18:20 +0000 (+0100) Subject: [Hyperspace] 🤖 Add PR Bot Configuration (#1677) X-Git-Tag: ocpp-server@v2.4.0~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5f5dd5aa21cb46fdf1c47bdde53373bd04e577b8;p=e-mobility-charging-stations-simulator.git [Hyperspace] 🤖 Add PR Bot Configuration (#1677) Co-authored-by: hyperspace-insights[bot] <209611008+hyperspace-insights[bot]@users.noreply.github.com> --- 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 + } + } +}