Skip to content

Commit 058924e

Browse files
committed
rate limit remaining output
1 parent 0200039 commit 058924e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/ruby/find-inactive-members/find_inactive_members.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def make_active(login)
132132

133133
# for each repo
134134
repos.each do |repo|
135+
info "rate limit remaining: #{@client.rate_limit.remaining} "
135136
info "analyzing #{repo}"
136137

137138
# get all commits after specified date and iterate

0 commit comments

Comments
 (0)