Skip to content

Commit edd84ee

Browse files
[Hyperspace] 🤖 Add PR Bot Configuration (#43)
Co-authored-by: hyperspace-insights[bot] <209611008+hyperspace-insights[bot]@users.noreply.github.com>
1 parent ee36e9b commit edd84ee

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.hyperspace/pull_request_bot.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://devops-insights-pr-bot.cfapps.eu10-004.hana.ondemand.com/schema/pull_request_bot.json",
3+
"features": {
4+
"control_panel": false,
5+
"summarize": {
6+
"auto_generate_summary": true,
7+
"auto_insert_summary": true,
8+
"auto_run_on_draft_pr": true,
9+
"use_custom_summarize_prompt": false,
10+
"use_custom_summarize_output_template": false
11+
},
12+
"review": {
13+
"auto_generate_review": true,
14+
"auto_run_on_draft_pr": true,
15+
"use_custom_review_focus": false
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)