diff --git a/voron_toolkit/constants.py b/voron_toolkit/constants.py index 24765ad..36b5254 100644 --- a/voron_toolkit/constants.py +++ b/voron_toolkit/constants.py @@ -9,7 +9,7 @@ LABEL_CI_ISSUES_FOUND: str = "CI: Issues identified" LABEL_CI_ERROR: str = "Warning: CI Error" LABEL_READY_FOR_CI: str = "Ready for CI" -LABEL_READY_TO_MERGE: str = "Ready to merge" +LABEL_READY_TO_MERGE: str = "Ready to Merge" PR_COMMENT_TAG: str = "" PR_COMMENT_TOOLKIT_VERSION: str = f"" LABELS_CI_ALL: list[str] = [LABEL_CI_PASSED, LABEL_CI_ISSUES_FOUND, LABEL_CI_ERROR, LABEL_READY_FOR_CI, LABEL_READY_TO_MERGE]