Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: solved issue #31 - rate limit on GitHub API #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AlphaLawless
Copy link

I don't have a lot of skills with bash let alone regex. But I tried to solve the Issue #31.
As I explained at #26 (comment).

  • Resolved my mistakes in PR #32 😭

If you have something to improve, criticism is welcome!
.
.
.
p.s.: I don't know if this causes any issues related to the vulnerability. So please if you find something, don't accept the PR!

@AlphaLawless AlphaLawless requested a review from a team as a code owner May 3, 2022 11:55
@@ -3,11 +3,7 @@
set -eo pipefail

cmd="curl --silent --location"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're making changes around this area of the code, might I suggest we use curl -fsSL?

bin/list-all Outdated Show resolved Hide resolved
@cj81499
Copy link

cj81499 commented May 27, 2022

@smorimoto are you the right person to request to review this?

Co-authored-by: Cal Jacobson <cj81499@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants