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:
5
dist/index.js
vendored
5
dist/index.js
vendored
@@ -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"};
|
||||
|
||||
/***/ }),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user