Skip to content

Commit

Permalink
Update src/main/java/org/kohsuke/github/GitHubAbuseLimitHandler.java
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Newman <[email protected]>
  • Loading branch information
holly-cummins and bitwiseman authored Jul 8, 2024
1 parent 7a6cc42 commit 0683320
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ boolean isError(@Nonnull GitHubConnectorResponse connectorResponse) {
}

/**
* Checks if the response status code is TOO_MANY_REQUESTS (403).
* Checks if the response status code is TOO_MANY_REQUESTS (429).
*
* @param connectorResponse
* the response from the GitHub connector
Expand Down

0 comments on commit 0683320

Please sign in to comment.