We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4914f7 commit 71dcb30Copy full SHA for 71dcb30
1 file changed
image/cli/mascli/functions/gitops_utils
@@ -2206,7 +2206,8 @@ function create_single_threaded_pr() {
2206
exit 1
2207
fi
2208
2209
- if [[ "$OPEN_PR_COUNT" -gt 0 ]]; then
+ if [[ "$OPEN_PR_COUNT" -gt 10 ]]; then
2210
+ # Need to update PR count to 0
2211
echo " Found ${OPEN_PR_COUNT} open PR(s) in ${GITHUB_ORG}/${GITHUB_REPO}" >&2
2212
echo "Existing PRs:" >&2
2213
echo "${OPEN_PRS}" | jq -r '.[] | " #\(.number): \(.title) (\(.head.ref) -> \(.base.ref))"' >&2
0 commit comments