From e1493a58aa5546fa230c18fdf7b41a79229f90e8 Mon Sep 17 00:00:00 2001 From: Joaquin Santana Date: Tue, 19 Nov 2024 14:55:24 +0100 Subject: [PATCH] chore: build dist (#6) --- dist/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index ab61040..3f76eca 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8926,7 +8926,7 @@ exports.getPullRequestHunks = getPullRequestHunks; * // See the License for the specific language governing permissions and * // limitations under the License. * // - * //Modifications made by Joaquin Santana on 18/11/24, 22:09 + * //Modifications made by Joaquin Santana on 19/11/24, 14:40 */ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseTextFiles = exports.createPullRequest = exports.reviewPullRequest = exports.CommitError = exports.getDiffString = exports.getChanges = void 0; @@ -9089,6 +9089,7 @@ async function createPullRequest(octokit, changes, options) { logger_1.logger.info(`Successfully opened pull request: ${prNumber}.`); // addLabels will no-op if options.labels is undefined or empty. await (0, labels_1.addLabels)(octokit, upstream, originBranch, prNumber, options.labels); + fs.rm(tempDirectory, { recursive: true, force: true }).catch(e => { }); return prNumber; } exports.createPullRequest = createPullRequest; @@ -136489,7 +136490,7 @@ exports.writeTree = writeTree; /***/ ((module) => { "use strict"; -module.exports = {"i8":"16.15.0"}; +module.exports = {"i8":"16.15.1"}; /***/ }),