Skip to content

Question: is pull_request_target supported? #345

@Shun-Arahata

Description

@Shun-Arahata

I used pull_request_target for GitHub workflow and got Skipping...Not an Issue/PR Event. Is pull_request_target supported?

if (
github.context.eventName !== 'issues' &&
github.context.eventName !== 'pull_request'
)
return core.info('Skipping...Not an Issue/PR Event')

It looks like only issues and pull_request events are supported.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions