Skip to content

Commit 71dcb30

Browse files
committed
minor update
1 parent c4914f7 commit 71dcb30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

image/cli/mascli/functions/gitops_utils

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,8 @@ function create_single_threaded_pr() {
22062206
exit 1
22072207
fi
22082208

2209-
if [[ "$OPEN_PR_COUNT" -gt 0 ]]; then
2209+
if [[ "$OPEN_PR_COUNT" -gt 10 ]]; then
2210+
# Need to update PR count to 0
22102211
echo " Found ${OPEN_PR_COUNT} open PR(s) in ${GITHUB_ORG}/${GITHUB_REPO}" >&2
22112212
echo "Existing PRs:" >&2
22122213
echo "${OPEN_PRS}" | jq -r '.[] | " #\(.number): \(.title) (\(.head.ref) -> \(.base.ref))"' >&2

0 commit comments

Comments
 (0)