Skip to content

Commit

Permalink
update build 29
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 7, 2021
2 parents 41eab4f + d31e85d commit b678309
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 10 deletions.
16 changes: 8 additions & 8 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const execPullRequestReviewMention = async (
context: Pick<Context, "repo" | "sha">
): Promise<void> => {
const { repoToken, configurationPath } = allInputs;
const reviewerUsername = payload.pull_request?.review?.user?.login as string;
const reviewerUsername = payload.review?.user?.login as string;
const pullRequestUsername = payload.pull_request?.base?.user?.login as string;

if (!reviewerUsername) {
Expand Down
Loading

0 comments on commit b678309

Please sign in to comment.