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 Jun 23, 2021
1 parent 49754e2 commit 5d1e75f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 35 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":"assign-author","sha":"79de3aec2688968faca7abd998a812cd94b4949f","ref":"refs/tags/test/v1.5.12.959248176","tagName":"test/v1.5.12.959248176","branch":"gh-actions","tags":["test/v1.5.12.959248176","test/v1.5.12","test/v1.5","test/v1"],"updated_at":"2021-06-22T03:07:53.103Z"}
{"owner":"technote-space","repo":"assign-author","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.5.12","branch":"gh-actions","tags":["test/v1.5.12","test/v1.5","test/v1"],"updated_at":"2021-06-23T16:41:00.047Z"}
2 changes: 1 addition & 1 deletion lib/utils/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const addAssignees = (assignees, octokit, logger, context) => __awaiter(void 0,
return;
}
try {
yield octokit.issues.addAssignees({
yield octokit.rest.issues.addAssignees({
owner: context.repo.owner,
repo: context.repo.repo,
'issue_number': context.issue.number,
Expand Down
64 changes: 31 additions & 33 deletions node_modules/.yarn-integrity

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

0 comments on commit 5d1e75f

Please sign in to comment.