mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Add PrReviewTitles enum
This commit is contained in:
parent
55a82382ef
commit
3d60954167
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ class ModelType(str, Enum):
|
|||
REGULAR = "regular"
|
||||
TURBO = "turbo"
|
||||
|
||||
class PrReviewTitles(str, Enum):
|
||||
REGULAR = "## PR Reviewer Guide"
|
||||
INCREMENTAL = "## Incremental PR Reviewer Guide"
|
||||
|
||||
def get_setting(key: str) -> Any:
|
||||
try:
|
||||
key = key.upper()
|
||||
|
|
|
|||
Loading…
Reference in a new issue