Skip to content

Commit

Permalink
fix: Fix 'Ready to merge' label check
Browse files Browse the repository at this point in the history
  • Loading branch information
FHeilmann authored Feb 1, 2024
1 parent b510a90 commit 2c141ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voron_toolkit/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<!-- voron_docker_toolkit -->"
PR_COMMENT_TOOLKIT_VERSION: str = f"<!-- Toolkit version {os.environ.get('VORON_TOOLKIT_VERSION', '<unknown>')} -->"
LABELS_CI_ALL: list[str] = [LABEL_CI_PASSED, LABEL_CI_ISSUES_FOUND, LABEL_CI_ERROR, LABEL_READY_FOR_CI, LABEL_READY_TO_MERGE]
Expand Down

0 comments on commit 2c141ad

Please sign in to comment.