You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// If we got an issue count we can be pretty confident our url will be ok, but otherwise, it might not be,
767
-
// so check it. We don't check for every url because otherwise we start getting 429s and dropping good URLs
768
-
// We have to access the url exist as a dynamic import (because CJS), await it because dynamic imports give a promise, and then destructure it to get the default
retry(newError("Issues URL reports 429 on attempt "+number))
792
-
}
793
-
794
-
return(finalUrl.url.includes("/pulls"))
795
-
},RETRY_OPTIONS)
796
-
}
797
-
798
703
// This combines the sponsor opt-in information (which we only fully have after processing all nodes) with the companies and sponsor information for individual nodes,
// If we got an issue count we can be pretty confident our url will be ok, but otherwise, it might not be,
62
+
// so check it. We don't check for every url because otherwise we start getting 429s and dropping good URLs
63
+
// We have to access the url exist as a dynamic import (because CJS), await it because dynamic imports give a promise, and then destructure it to get the default
0 commit comments