pr-check: Disable locking for now

This commit is contained in:
bbhtt
2026-06-09 10:12:59 +05:30
parent 7b02f6aa57
commit fc3c4e640b
+3 -4
View File
@@ -298,7 +298,7 @@ jobs:
&& [ "$(echo "$PR_COMMENTS" | grep -E -c 'Test build.*failed')" -gt 5 ]; then
echo "PR is blocked and too many failing builds. Locking"
gh pr comment "$PR_NUM" --body "$LOCKED_COMMENT" >/dev/null 2>&1 || true
gh pr lock "$PR_NUM" >/dev/null 2>&1 || true
# gh pr lock "$PR_NUM" >/dev/null 2>&1 || true
fi
if label_exists_any "awaiting-review" && [ "$PR_THREAD_COUNT" -gt 0 ]; then
@@ -341,8 +341,7 @@ jobs:
following items are done:
LOCKED_COMMENT: >
This pull request is marked as blocked and has too many
builds failing. Locking this PR temporarily. Please build
it locally following the instructions and push the relevant
changes first.
builds failing. Please build it locally following the
instructions and push the relevant changes first.
REVIEW_COMMENT_PARTIAL: "This pull request is temporarily marked as blocked as some"
DOMAIN_COMMENT_PARTIAL: "The domain to be used for verification is"