Skip to content

Commit 0fa3692

Browse files
feat: build for release
1 parent 9c687fb commit 0fa3692

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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":"assign-author","sha":"bf67125ec7e08828e10c27dcfa4ca2e56beb45b3","ref":"refs/tags/v1.5.1","tagName":"v1.5.1","branch":"gh-actions","tags":["v1.5.1","v1.5","v1"],"updated_at":"2020-09-25T19:23:44.814Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v1.5.2","branch":"gh-actions","tags":["test/v1.5.2","test/v1.5","test/v1"],"updated_at":"2020-09-26T06:56:15.418Z"}

lib/utils/context.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const getCurrentAssignees = (context) => {
66
if ('issues' === context.eventName) {
77
return context.payload.issue && 'assignees' in context.payload.issue ? context.payload.issue.assignees.map(assignee => assignee.login) : false;
88
}
9-
if ('pull_request' === context.eventName) {
9+
if ('pull_request' === context.eventName || 'pull_request_target' === context.eventName) {
1010
return context.payload.pull_request && 'assignees' in context.payload.pull_request ? context.payload.pull_request.assignees.map(assignee => assignee.login) : false;
1111
}
1212
return false;

node_modules/.yarn-integrity

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

0 commit comments

Comments
 (0)