1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-05 02:27:48 +02:00

chore: build dist (#6)

This commit is contained in:
Joaquin Santana
2024-11-19 14:55:24 +01:00
committed by GitHub
parent b841b7d814
commit e1493a58aa

5
dist/index.js vendored
View File

@@ -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"};
/***/ }),