Skip to content

Commit 9bb29a3

Browse files
feat: build for release
1 parent 86012ac commit 9bb29a3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+42655
-44226
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":"2a1ce67acce2b5ff30e9fe762e9e791daade228d","ref":"refs/tags/v1.3.6","tagName":"v1.3.6","branch":"gh-actions","tags":["v1.3.6","v1.3","v1"],"updated_at":"2020-05-15T15:42:41.368Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"4228877102ca3d49bec57dd02998b4e8db01794d","ref":"refs/tags/test/v1.3.7.108843694","tagName":"test/v1.3.7.108843694","branch":"gh-actions","tags":["test/v1.3.7.108843694","test/v1.3.7","test/v1.3","test/v1"],"updated_at":"2020-05-19T03:09:27.557Z"}

lib/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.TARGET_EVENTS = void 0;
34
exports.TARGET_EVENTS = {
45
'issues': ['opened', 'reopened'],
56
'pull_request': ['opened', 'reopened'],

lib/process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.execute = void 0;
1213
const context_1 = require("./utils/context");
1314
const github_1 = require("./utils/github");
1415
exports.execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0, function* () { return github_1.addAssignees(context_1.getAssignees(context), octokit, logger, context); });

lib/utils/context.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.getAssignees = void 0;
34
const github_action_helper_1 = require("@technote-space/github-action-helper");
45
const getCurrentAssignees = (context) => {
56
if ('issues' === context.eventName) {

lib/utils/github.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.addAssignees = void 0;
1213
exports.addAssignees = (assignees, octokit, logger, context) => __awaiter(void 0, void 0, void 0, function* () {
1314
if (false === assignees) {
1415
logger.warn('Invalid target.');

node_modules/.yarn-integrity

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

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

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

node_modules/@octokit/types/dist-node/index.js.map

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

node_modules/@octokit/types/dist-src/AuthInterface.js

Whitespace-only changes.

node_modules/@octokit/types/dist-src/EndpointDefaults.js

Whitespace-only changes.

0 commit comments

Comments
 (0)