Skip to content

Commit 5d1e75f

Browse files
feat: build for release
1 parent 49754e2 commit 5d1e75f

File tree

3 files changed

+33
-35
lines changed

3 files changed

+33
-35
lines changed

build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +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"}
1+
{"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"}

lib/utils/github.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const addAssignees = (assignees, octokit, logger, context) => __awaiter(void 0,
2222
return;
2323
}
2424
try {
25-
yield octokit.issues.addAssignees({
25+
yield octokit.rest.issues.addAssignees({
2626
owner: context.repo.owner,
2727
repo: context.repo.repo,
2828
'issue_number': context.issue.number,

node_modules/.yarn-integrity

+31-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)