Local Git Provider Implementation

This commit is contained in:
Patryk Kowalski
2023-07-24 12:49:57 +02:00
parent dd8f6eb923
commit 02ecaa340f
5 changed files with 241 additions and 1 deletions

View File

@ -40,3 +40,8 @@ magic_word = "AutoReview"
# Polling interval
polling_interval_seconds = 30
[local]
# LocalGitProvider settings - uncomment to use paths other than default
# description_path= "path/to/description.md"
# review_path= "path/to/review.md"