Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 15, 2021
1 parent c261c9a commit 3564879
Show file tree
Hide file tree
Showing 38 changed files with 95 additions and 14,899 deletions.
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"gh-actions-template","sha":"49cd9b2a4714c4306b248a6e51e8cc879d957237","ref":"refs/tags/test/v0.7.12.840896584","tagName":"test/v0.7.12.840896584","branch":"gh-actions","tags":["test/v0.7.12.840896584","test/v0.7.12","test/v0.7","test/v0"],"updated_at":"2021-05-14T03:01:37.495Z"}
{"owner":"technote-space","repo":"gh-actions-template","sha":"03ff7eaac21cc29ed69dfa74359c11a26440bd1b","ref":"refs/tags/v0.7.12","tagName":"v0.7.12","branch":"gh-actions","tags":["v0.7.12","v0.7","v0"],"updated_at":"2021-05-15T07:24:42.171Z"}
2 changes: 1 addition & 1 deletion lib/utils/issue.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getIssues = void 0;
const getIssues = async (octokit, context) => (await octokit.paginate(octokit.issues.listForRepo, {
const getIssues = async (octokit, context) => (await octokit.paginate(octokit.rest.issues.listForRepo, {
...context.repo,
})).map(item => item).filter(item => !('pull_request' in item));
exports.getIssues = getIssues;
38 changes: 21 additions & 17 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/@actions/github/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions node_modules/@actions/github/lib/context.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/@actions/github/lib/context.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3564879

Please sign in to comment.