Merge remote-tracking branch 'origin/main' into tr/issue_tool

# Conflicts:
#	pr_agent/settings/configuration.toml
This commit is contained in:
mrT23
2023-09-06 08:43:41 +03:00
9 changed files with 569 additions and 22 deletions

View File

@ -86,6 +86,17 @@ polling_interval_seconds = 30
# description_path= "path/to/description.md"
# review_path= "path/to/review.md"
[gerrit]
# endpoint to the gerrit service
# url = "ssh://gerrit.example.com:29418"
# user for gerrit authentication
# user = "ai-reviewer"
# patch server where patches will be saved
# patch_server_endpoint = "http://127.0.0.1:5000/patch"
# token to authenticate in the patch server
# patch_server_token = ""
[pr_similar_issue]
skip_comments = false
force_update_dataset = false