๐Ÿ”– release 2.1.1

This commit is contained in:
marocchino 2021-09-01 02:51:25 +09:00
parent e9edc3c104
commit 82e7a0d3c5
No known key found for this signature in database
GPG key ID: AFF521DBDB122570
4 changed files with 218 additions and 91 deletions

303
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

2
lib/main.js generated
View file

@ -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) {

View file

@ -1,6 +1,6 @@
{
"name": "sticky-pull-request-comment",
"version": "2.0.1",
"version": "2.1.1",
"private": true,
"description": "Create comment on pull request, if exists update that comment.",
"main": "lib/main.js",