Skip to content

Commit 9d9d64d

Browse files
feat: build for release
1 parent 1c3840a commit 9d9d64d

File tree

348 files changed

+17708
-218329
lines changed

Some content is hidden

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

348 files changed

+17708
-218329
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":"3f94f08d8241dbf883a56ed56bdedae3045f4555","ref":"refs/tags/v0.5.8","tagName":"v0.5.8","branch":"gh-actions","tags":["v0.5.8","v0.5","v0"],"updated_at":"2020-06-22T17:59:02.415Z"}
1+
{"owner":"technote-space","repo":"gh-actions-template","sha":"b57d73dc34c527e90816a1c2400830fe48d67b8b","ref":"refs/tags/v0.6.0","tagName":"v0.6.0","branch":"gh-actions","tags":["v0.6.0","v0.6","v0"],"updated_at":"2020-06-26T14:16:12.755Z"}

lib/utils/issue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
1111
Object.defineProperty(exports, "__esModule", { value: true });
1212
exports.getIssues = void 0;
1313
exports.getIssues = (octokit, context) => __awaiter(void 0, void 0, void 0, function* () {
14-
return (yield octokit.paginate(octokit.issues.listForRepo.endpoint.merge(Object.assign({}, context.repo)))).filter(item => !('pull_request' in item));
14+
return (yield octokit.paginate(octokit.issues.listForRepo.endpoint.merge(Object.assign({}, context.repo)))).map(item => item).filter(item => !('pull_request' in item));
1515
});

node_modules/.yarn-integrity

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

node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods/README.md

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

0 commit comments

Comments
 (0)