Skip to content

Commit fa5aaef

Browse files
feat: build for release
1 parent 8364227 commit fa5aaef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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":"cf36a22911a97a388f4b0fa22d8ab72ab5bc4cdd","ref":"refs/tags/test/v0.7.5.406211934","tagName":"test/v0.7.5.406211934","branch":"gh-actions","tags":["test/v0.7.5.406211934","test/v0.7.5","test/v0.7","test/v0"],"updated_at":"2020-12-07T15:58:24.820Z"}
1+
{"owner":"technote-space","repo":"gh-actions-template","sha":"8b239262a414fd1f156006aee8056dea30778f27","ref":"refs/tags/v0.7.5","tagName":"v0.7.5","branch":"gh-actions","tags":["v0.7.5","v0.7","v0"],"updated_at":"2020-12-07T16:21:48.569Z"}

lib/utils/issue.js

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

0 commit comments

Comments
 (0)