Skip to content

Commit

Permalink
Sleep for a thrd of a second to not get rate limited
Browse files Browse the repository at this point in the history
  • Loading branch information
mgriffin committed Oct 19, 2023
1 parent 600ad02 commit 55c02fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/comment
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ categories.each do |category|
result = discussion.add_comment(body: body)
puts result
#discussion.add_label(label_id: stale_label_id)

sleep 0.3
end
end

0 comments on commit 55c02fe

Please sign in to comment.