From f94382051c29f348c251e1b6f69ac98d62957dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E5=87=9B?= Date: Thu, 10 Feb 2022 19:01:34 +0800 Subject: [PATCH] style: remove no use --- dist/index.js | 1 - src/helper/helper.ts | 1 - src/issue/README.md | 0 3 files changed, 2 deletions(-) delete mode 100644 src/issue/README.md diff --git a/dist/index.js b/dist/index.js index 0f2bb00..df1a5ec 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15230,7 +15230,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.IssueHelperEngine = void 0; -// import * as github from '@actions/github'; const actions_util_1 = __nccwpck_require__(6972); const core = __importStar(__nccwpck_require__(9875)); const issue_1 = __nccwpck_require__(4680); diff --git a/src/helper/helper.ts b/src/helper/helper.ts index 94cadfe..1951601 100644 --- a/src/helper/helper.ts +++ b/src/helper/helper.ts @@ -1,4 +1,3 @@ -// import * as github from '@actions/github'; import { dealStringToArr } from 'actions-util'; import * as core from '../core'; diff --git a/src/issue/README.md b/src/issue/README.md deleted file mode 100644 index e69de29..0000000