Skip to content

Commit 2c141ad

Browse files
authored
fix: Fix 'Ready to merge' label check
1 parent b510a90 commit 2c141ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voron_toolkit/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
LABEL_CI_ISSUES_FOUND: str = "CI: Issues identified"
1010
LABEL_CI_ERROR: str = "Warning: CI Error"
1111
LABEL_READY_FOR_CI: str = "Ready for CI"
12-
LABEL_READY_TO_MERGE: str = "Ready to merge"
12+
LABEL_READY_TO_MERGE: str = "Ready to Merge"
1313
PR_COMMENT_TAG: str = "<!-- voron_docker_toolkit -->"
1414
PR_COMMENT_TOOLKIT_VERSION: str = f"<!-- Toolkit version {os.environ.get('VORON_TOOLKIT_VERSION', '<unknown>')} -->"
1515
LABELS_CI_ALL: list[str] = [LABEL_CI_PASSED, LABEL_CI_ISSUES_FOUND, LABEL_CI_ERROR, LABEL_READY_FOR_CI, LABEL_READY_TO_MERGE]

0 commit comments

Comments
 (0)