зеркало из https://github.com/microsoft/BuildXL.git
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:
Родитель
ca77c0534a
Коммит
a0db35e4a5
|
@ -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.
|
Загрузка…
Ссылка в новой задаче