mirror of
https://github.com/stan220/flathub.git
synced 2026-09-08 17:28:57 +00:00
pr-check: Disable locking for now
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user