diff --git a/dist/index.js b/dist/index.js index bcde6e6..3e2d579 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1277,7 +1277,7 @@ const core = __importStar(__nccwpck_require__(7484)); const octokit_client_1 = __nccwpck_require__(3489); const p_limit_1 = __importDefault(__nccwpck_require__(7989)); const utils = __importStar(__nccwpck_require__(9277)); -const ERROR_PR_ALREADY_EXISTS = 'A pull request already exists for'; +const ERROR_PR_ALREADY_EXISTS = 'pull request already exists for'; const ERROR_PR_REVIEW_TOKEN_SCOPE = 'Validation Failed: "Could not resolve to a node with the global id of'; const ERROR_PR_FORK_COLLAB = `Fork collab can't be granted by someone without permission`; const blobCreationLimit = (0, p_limit_1.default)(8); diff --git a/src/github-helper.ts b/src/github-helper.ts index 60546dc..d066fea 100644 --- a/src/github-helper.ts +++ b/src/github-helper.ts @@ -5,7 +5,7 @@ import {Octokit, OctokitOptions, throttleOptions} from './octokit-client' import pLimit from 'p-limit' import * as utils from './utils' -const ERROR_PR_ALREADY_EXISTS = 'A pull request already exists for' +const ERROR_PR_ALREADY_EXISTS = 'pull request already exists for' const ERROR_PR_REVIEW_TOKEN_SCOPE = 'Validation Failed: "Could not resolve to a node with the global id of' const ERROR_PR_FORK_COLLAB = `Fork collab can't be granted by someone without permission`