Skip to content

Commit ee0c085

Browse files
feat: build for release
1 parent ca099e4 commit ee0c085

File tree

300 files changed

+155136
-44334
lines changed

Some content is hidden

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

300 files changed

+155136
-44334
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":"gh-actions-template","sha":"1ee7533e8e75b74d93cd29782adb6486170a10b9","ref":"refs/tags/v0.5.6","tagName":"v0.5.6","branch":"gh-actions","tags":["v0.5.6","v0.5","v0"],"updated_at":"2020-05-11T17:31:58.675Z"}
1+
{"owner":"technote-space","repo":"gh-actions-template","sha":"305cb45eb2f0ed6560fb2522126f4193a8e53350","ref":"refs/tags/test/v0.5.7.112046020","tagName":"test/v0.5.7.112046020","branch":"gh-actions","tags":["test/v0.5.7.112046020","test/v0.5.7","test/v0.5","test/v0"],"updated_at":"2020-05-22T02:18:52.408Z"}

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
'pull_request': [
56
'opened',

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 github_action_helper_1 = require("@technote-space/github-action-helper");
1314
const issue_1 = require("./utils/issue");
1415
const misc_1 = require("./utils/misc");

lib/utils/issue.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.getIssues = void 0;
1213
exports.getIssues = (octokit, context) => __awaiter(void 0, void 0, void 0, function* () {
1314
return (yield octokit.paginate(octokit.issues.listForRepo.endpoint.merge(Object.assign({}, context.repo)))).filter(item => !('pull_request' in item));
1415
});

lib/utils/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.getPayload = void 0;
34
exports.getPayload = (context) => context.payload;

node_modules/.bin/semver

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

node_modules/.bin/which

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

node_modules/.yarn-integrity

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

node_modules/@octokit/auth-token/README.md

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

node_modules/@octokit/auth-token/dist-node/index.js.map

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

0 commit comments

Comments
 (0)