Merged PR 735962: Disable automatically adding AI generated change descriptions

Disables merlinbot from adding AI generated change descriptions to this repo. The general review feature is still enabled but comments auto-resolve in effort to keep it from being intrusive.
This commit is contained in:
Julian Bayardo 2023-09-07 19:56:29 +00:00 коммит произвёл Michael Pysson
Родитель ca77c0534a
Коммит a0db35e4a5
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,10 @@
# See merlinbot doc for details about updating this config:
# https://eng.ms/docs/products/1es-merlinbot/extensions/prassistant
enabled: true
onPullRequestCreate: # List of automated actions to take on a pull request create.
- prompt: 'copilot: review' # Perform code review on create of a pull request.
autoResolve: true # Auto resolve code review feedback comment.
detailed: false # Should the generated review feedback be detailed.
# Pull Request Assistant generated summaries are disabled
#- prompt: 'copilot: summary' # Append pull request summary with an AI-Generated description.
# autoResolve: true # Auto resolve a comment posted after pull request summary is generated.