mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-19 12:35:44 +00:00
๐ ignore lib
This commit is contained in:
parent
94230cfd8e
commit
568d4dba14
8 changed files with 55 additions and 362 deletions
80
dist/index.js
generated
vendored
80
dist/index.js
generated
vendored
|
|
@ -193,7 +193,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||
exports.body = exports.githubToken = exports.hideOldComment = exports.deleteOldComment = exports.hideClassify = exports.hideAndRecreate = exports.recreate = exports.hideDetails = exports.append = exports.header = exports.repo = exports.pullRequestNumber = void 0;
|
||||
const core = __importStar(__nccwpck_require__(186));
|
||||
const github_1 = __nccwpck_require__(438);
|
||||
const fs_1 = __nccwpck_require__(747);
|
||||
const fs_1 = __nccwpck_require__(147);
|
||||
exports.pullRequestNumber = ((_b = (_a = github_1.context === null || github_1.context === void 0 ? void 0 : github_1.context.payload) === null || _a === void 0 ? void 0 : _a.pull_request) === null || _b === void 0 ? void 0 : _b.number) ||
|
||||
+core.getInput("number", { required: false });
|
||||
exports.repo = buildRepo();
|
||||
|
|
@ -359,7 +359,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.issue = exports.issueCommand = void 0;
|
||||
const os = __importStar(__nccwpck_require__(87));
|
||||
const os = __importStar(__nccwpck_require__(37));
|
||||
const utils_1 = __nccwpck_require__(278);
|
||||
/**
|
||||
* Commands
|
||||
|
|
@ -470,8 +470,8 @@ exports.getIDToken = exports.getState = exports.saveState = exports.group = expo
|
|||
const command_1 = __nccwpck_require__(351);
|
||||
const file_command_1 = __nccwpck_require__(717);
|
||||
const utils_1 = __nccwpck_require__(278);
|
||||
const os = __importStar(__nccwpck_require__(87));
|
||||
const path = __importStar(__nccwpck_require__(622));
|
||||
const os = __importStar(__nccwpck_require__(37));
|
||||
const path = __importStar(__nccwpck_require__(17));
|
||||
const oidc_utils_1 = __nccwpck_require__(41);
|
||||
/**
|
||||
* The code to exit an action
|
||||
|
|
@ -780,8 +780,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||
exports.issueCommand = void 0;
|
||||
// We use any as a valid input type
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
const fs = __importStar(__nccwpck_require__(747));
|
||||
const os = __importStar(__nccwpck_require__(87));
|
||||
const fs = __importStar(__nccwpck_require__(147));
|
||||
const os = __importStar(__nccwpck_require__(37));
|
||||
const utils_1 = __nccwpck_require__(278);
|
||||
function issueCommand(command, message) {
|
||||
const filePath = process.env[`GITHUB_${command}`];
|
||||
|
|
@ -931,15 +931,15 @@ exports.toCommandProperties = toCommandProperties;
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 53:
|
||||
/***/ 87:
|
||||
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
||||
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.Context = void 0;
|
||||
const fs_1 = __nccwpck_require__(747);
|
||||
const os_1 = __nccwpck_require__(87);
|
||||
const fs_1 = __nccwpck_require__(147);
|
||||
const os_1 = __nccwpck_require__(37);
|
||||
class Context {
|
||||
/**
|
||||
* Hydrate the context from the environment
|
||||
|
|
@ -1018,7 +1018,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.getOctokit = exports.context = void 0;
|
||||
const Context = __importStar(__nccwpck_require__(53));
|
||||
const Context = __importStar(__nccwpck_require__(87));
|
||||
const utils_1 = __nccwpck_require__(30);
|
||||
exports.context = new Context.Context();
|
||||
/**
|
||||
|
|
@ -1111,7 +1111,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.getOctokitOptions = exports.GitHub = exports.context = void 0;
|
||||
const Context = __importStar(__nccwpck_require__(53));
|
||||
const Context = __importStar(__nccwpck_require__(87));
|
||||
const Utils = __importStar(__nccwpck_require__(914));
|
||||
// octokit + plugins
|
||||
const core_1 = __nccwpck_require__(762);
|
||||
|
|
@ -1218,8 +1218,8 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand
|
|||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
const http = __nccwpck_require__(605);
|
||||
const https = __nccwpck_require__(211);
|
||||
const http = __nccwpck_require__(685);
|
||||
const https = __nccwpck_require__(687);
|
||||
const pm = __nccwpck_require__(443);
|
||||
let tunnel;
|
||||
var HttpCodes;
|
||||
|
|
@ -4610,11 +4610,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||
|
||||
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
||||
|
||||
var Stream = _interopDefault(__nccwpck_require__(413));
|
||||
var http = _interopDefault(__nccwpck_require__(605));
|
||||
var Url = _interopDefault(__nccwpck_require__(835));
|
||||
var https = _interopDefault(__nccwpck_require__(211));
|
||||
var zlib = _interopDefault(__nccwpck_require__(761));
|
||||
var Stream = _interopDefault(__nccwpck_require__(781));
|
||||
var http = _interopDefault(__nccwpck_require__(685));
|
||||
var Url = _interopDefault(__nccwpck_require__(310));
|
||||
var https = _interopDefault(__nccwpck_require__(687));
|
||||
var zlib = _interopDefault(__nccwpck_require__(796));
|
||||
|
||||
// Based on https://github.com/tmpvar/jsdom/blob/aa85b2abf07766ff7bf5c1f6daafb3726f2f2db5/lib/jsdom/living/blob.js
|
||||
|
||||
|
|
@ -4765,7 +4765,7 @@ FetchError.prototype.name = 'FetchError';
|
|||
|
||||
let convert;
|
||||
try {
|
||||
convert = __nccwpck_require__(877).convert;
|
||||
convert = (__nccwpck_require__(877).convert);
|
||||
} catch (e) {}
|
||||
|
||||
const INTERNALS = Symbol('Body internals');
|
||||
|
|
@ -6248,7 +6248,7 @@ fetch.Promise = global.Promise;
|
|||
|
||||
module.exports = exports = fetch;
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
exports.default = exports;
|
||||
exports["default"] = exports;
|
||||
exports.Headers = Headers;
|
||||
exports.Request = Request;
|
||||
exports.Response = Response;
|
||||
|
|
@ -6320,13 +6320,13 @@ module.exports = __nccwpck_require__(219);
|
|||
"use strict";
|
||||
|
||||
|
||||
var net = __nccwpck_require__(631);
|
||||
var tls = __nccwpck_require__(16);
|
||||
var http = __nccwpck_require__(605);
|
||||
var https = __nccwpck_require__(211);
|
||||
var events = __nccwpck_require__(614);
|
||||
var assert = __nccwpck_require__(357);
|
||||
var util = __nccwpck_require__(669);
|
||||
var net = __nccwpck_require__(808);
|
||||
var tls = __nccwpck_require__(404);
|
||||
var http = __nccwpck_require__(685);
|
||||
var https = __nccwpck_require__(687);
|
||||
var events = __nccwpck_require__(361);
|
||||
var assert = __nccwpck_require__(491);
|
||||
var util = __nccwpck_require__(837);
|
||||
|
||||
|
||||
exports.httpOverHttp = httpOverHttp;
|
||||
|
|
@ -6660,7 +6660,7 @@ module.exports = eval("require")("encoding");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 357:
|
||||
/***/ 491:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6668,7 +6668,7 @@ module.exports = require("assert");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 614:
|
||||
/***/ 361:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6676,7 +6676,7 @@ module.exports = require("events");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 747:
|
||||
/***/ 147:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6684,7 +6684,7 @@ module.exports = require("fs");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 605:
|
||||
/***/ 685:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6692,7 +6692,7 @@ module.exports = require("http");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 211:
|
||||
/***/ 687:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6700,7 +6700,7 @@ module.exports = require("https");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 631:
|
||||
/***/ 808:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6708,7 +6708,7 @@ module.exports = require("net");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 87:
|
||||
/***/ 37:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6716,7 +6716,7 @@ module.exports = require("os");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 622:
|
||||
/***/ 17:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6724,7 +6724,7 @@ module.exports = require("path");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 413:
|
||||
/***/ 781:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6732,7 +6732,7 @@ module.exports = require("stream");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 16:
|
||||
/***/ 404:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6740,7 +6740,7 @@ module.exports = require("tls");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 835:
|
||||
/***/ 310:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6748,7 +6748,7 @@ module.exports = require("url");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 669:
|
||||
/***/ 837:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
@ -6756,7 +6756,7 @@ module.exports = require("util");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 761:
|
||||
/***/ 796:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
|
|
|
|||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/sourcemap-register.js
generated
vendored
2
dist/sourcemap-register.js
generated
vendored
File diff suppressed because one or more lines are too long
Loadingโฆ
Add table
Add a link
Reference in a new issue