You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When triggering off a pull_request_target event, the GitHub Action successfully looks up the signature of the committer, but then fails with error "Unable to locate this workflow's ID in this repository, can't trigger job..". This renders the status of the commit as failed and blocks merging of the PR.
I suspect that pull_request_target may need adding to this check in addition to pull_request:
Describe the bug
When triggering off a
pull_request_target
event, the GitHub Action successfully looks up the signature of the committer, but then fails with error "Unable to locate this workflow's ID in this repository, can't trigger job..". This renders the status of the commit as failed and blocks merging of the PR.I suspect that
pull_request_target
may need adding to this check in addition topull_request
:github-action/src/pullRerunRunner.ts
Line 8 in 6b4d566
To Reproduce
Steps to reproduce the behavior:
pull_request_target
as instructed in the READMEExpected behavior
The status check passes because all committers have signed the CLA.
The text was updated successfully, but these errors were encountered: