Skip to content

Commit

Permalink
build(release): compiled action for 1.1.64
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
semantic-release-bot committed Sep 13, 2021
1 parent 2f290e6 commit 25f21cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ module.exports = isString;

Object.defineProperty(exports, '__esModule', { value: true });

const VERSION = "2.16.0";
const VERSION = "2.16.1";

function ownKeys(object, enumerableOnly) {
var keys = Object.keys(object);
Expand Down Expand Up @@ -9512,7 +9512,7 @@ function _defineProperty(obj, key, value) {
return obj;
}

const VERSION = "3.5.1";
const VERSION = "3.5.2";

const noop = () => Promise.resolve(); // @ts-ignore

Expand Down Expand Up @@ -9710,7 +9710,7 @@ function throttling(octokit, octokitOptions = {}) {
wantRetry,
retryAfter
} = await async function () {
if (/\babuse\b/i.test(error.message)) {
if (/\bsecondary rate\b/i.test(error.message)) {
// The user has hit the abuse rate limit. (REST and GraphQL)
// https://docs.github.com/en/rest/overview/resources-in-the-rest-api#abuse-rate-limits
// The Retry-After header can sometimes be blank when hitting an abuse limit,
Expand Down

0 comments on commit 25f21cf

Please sign in to comment.