mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-13 17:52:12 +00:00
๐ release 2.1.1
This commit is contained in:
parent
e9edc3c104
commit
82e7a0d3c5
4 changed files with 218 additions and 91 deletions
2
lib/main.js
generated
2
lib/main.js
generated
|
|
@ -30,8 +30,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const core = __importStar(require("@actions/core"));
|
||||
const github = __importStar(require("@actions/github"));
|
||||
const comment_1 = require("./comment");
|
||||
const config_1 = require("./config");
|
||||
const comment_1 = require("./comment");
|
||||
function run() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
if (isNaN(config_1.pullRequestNumber) || config_1.pullRequestNumber < 1) {
|
||||
|
|
|
|||
Loadingโฆ
Add table
Add a link
Reference in a new issue