LouisBrunner/checks-action

Add pull_request_target to prEvents

jurijzahn8019 opened this issue · 1 comments

Hi there!

i am using pull_request_target as trigger in some workflows.
Since this is basically same trigger as the pull_request trigger, they should be handled similary.

const prEvents = [
'pull_request',
'pull_request_review',
'pull_request_review_comment',

Thanks!

Published the change as part of v1.3.0