Skip to content

Commit

Permalink
feat: add support for pull_request_target (fixes #28)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Aug 31, 2022
1 parent 9f34467 commit 92caed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const prEvents = [
'pull_request',
'pull_request_review',
'pull_request_review_comment',
'pull_request_target',
];

const getSHA = (inputSHA: string | undefined): string => {
Expand Down

0 comments on commit 92caed8

Please sign in to comment.