mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-15 21:00:41 +01:00
It looks like our previous config was either for a pre-release or did work albeit not following the (current) published schema. Now changed it to current form.
22 lines
680 B
YAML
22 lines
680 B
YAML
# Gemini Code Assist for GitHub Configuration File
|
|
# This file enables automatic pull request summaries and code reviews
|
|
# when a pull request is opened.
|
|
|
|
# For documentation, see: https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
|
|
|
|
version: 1
|
|
|
|
code_review:
|
|
# Disables Gemini from acting on pull requests, set to 'false' to enable.
|
|
disable: false
|
|
|
|
pull_request_opened:
|
|
# Posts a pull request summary when the PR is opened.
|
|
summary: true
|
|
# Posts a code review when the PR is opened.
|
|
code_review: true
|
|
|
|
# Other settings that control the content of the review
|
|
comment_severity_threshold: MEDIUM
|
|
max_review_comments: -1
|