We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48895db + f242d54 commit d5b74a9Copy full SHA for d5b74a9
scripts/prow-vale-review.sh
@@ -131,6 +131,7 @@ do
131
if (( LINE_NUMBER >= diff_start_line && LINE_NUMBER <= diff_start_line + added_lines )); then
132
133
post_review_comment "$BODY" "$FILENAME" "$LINE_NUMBER"
134
+ sleep 1 # Pause between POST requests to avoid limiting
135
136
break # Exit the loop since the alert is within the diff, move on to the next JSON object
137
else
0 commit comments