Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit911d845

Browse files
authored
Merge pull request#2796 from github/nickfyson/adjust-rate-error-string
adjust string for handling rate limit error
2 parents608ccd6 +7b7ed63 commit911d845

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎lib/api-client.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎lib/api-client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎src/api-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export async function deleteActionsCache(id: number) {
249249
exportfunctionwrapApiConfigurationError(e:unknown){
250250
if(isHTTPError(e)){
251251
if(
252-
e.message.includes("API rate limit exceeded forsite IDinstallation")||
252+
e.message.includes("API rate limit exceeded for installation")||
253253
e.message.includes("commit not found")||
254254
/^ref.*notfoundinthisrepository$/.test(e.message)
255255
){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp