pr_manager/apps/utils/constant.py
2025-02-25 14:29:18 +08:00

12 lines
166 B
Python

GIT_TYPE = (
("gitlab", "gitlab"),
("github", "github"),
("gitea", "gitea")
)
DEFAULT_COMMANDS = [
"/review",
"/describe",
"/improve_code"
]