Skip to content

Commit

Permalink
Re-ignore typescript-bot (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored Jun 12, 2024
1 parent b2ddb4d commit a53617c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anyRepoHandlePullRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const generatePRInfo = async (api: Octokit, payload: PullRequestEvent, logger: L
return {
thisIssue,
authorIsMemberOfTSTeam,
authorIsBot: payload.pull_request.user.type === "Bot",
authorIsBot: payload.pull_request.user.login === "typescript-bot" || payload.pull_request.user.type === "Bot",
relatedIssues,
comments
}
Expand Down

0 comments on commit a53617c

Please sign in to comment.