Skip to content

Commit 4ad2c18

Browse files
feat: build for release
1 parent 4c0f2d2 commit 4ad2c18

File tree

19 files changed

+166
-141
lines changed

19 files changed

+166
-141
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"assign-author","sha":"e7244aac8818fa65a2c5e1028d1792bdec1d9768","ref":"refs/tags/test/v1.5.13.1161061927","tagName":"test/v1.5.13.1161061927","branch":"gh-actions","tags":["test/v1.5.13.1161061927","test/v1.5.13","test/v1.5","test/v1"],"updated_at":"2021-08-24T03:07:59.501Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"0fe58a1934ed99274fdebaf4db6a49a05f2cae74","ref":"refs/tags/test/v1.5.13.1176315217","tagName":"test/v1.5.13.1176315217","branch":"gh-actions","tags":["test/v1.5.13.1176315217","test/v1.5.13","test/v1.5","test/v1"],"updated_at":"2021-08-28T03:07:20.228Z"}

lib/main.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ const constant_1 = require("./constant");
2020
const run = () => __awaiter(void 0, void 0, void 0, function* () {
2121
const logger = new github_action_log_helper_1.Logger();
2222
const context = new context_1.Context();
23-
github_action_helper_1.ContextHelper.showActionInfo(path_1.resolve(__dirname, '..'), logger, context);
24-
if (!filter_github_action_1.isTargetEvent(constant_1.TARGET_EVENTS, context)) {
23+
github_action_helper_1.ContextHelper.showActionInfo((0, path_1.resolve)(__dirname, '..'), logger, context);
24+
if (!(0, filter_github_action_1.isTargetEvent)(constant_1.TARGET_EVENTS, context)) {
2525
logger.info('This is not target event.');
2626
return;
2727
}
28-
yield process_1.execute(logger, github_action_helper_1.Utils.getOctokit(), context);
28+
yield (0, process_1.execute)(logger, github_action_helper_1.Utils.getOctokit(), context);
2929
});
3030
run().catch(error => {
3131
console.log(error);
32-
core_1.setFailed(error.message);
32+
(0, core_1.setFailed)(error.message);
3333
});

lib/process.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
1212
exports.execute = void 0;
1313
const context_1 = require("./utils/context");
1414
const github_1 = require("./utils/github");
15-
const execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0, function* () { return github_1.addAssignees(context_1.getAssignees(context), octokit, logger, context); });
15+
const execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0, function* () { return (0, github_1.addAssignees)((0, context_1.getAssignees)(context), octokit, logger, context); });
1616
exports.execute = execute;

node_modules/.yarn-integrity

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/graphql/README.md

Lines changed: 27 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/graphql/dist-node/index.js

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)