Pkldoc > com.github.action > com.github.action.Workflow

PullRequestTarget0.0.5

expand_more
class PullRequestTarget extends Trigger

This event is similar to pull_request, except that it runs in the context of the base repository of the pull request, rather than in the merge commit. This means that you can more safely make your secrets available to the workflows triggered by the pull request, because only workflows defined in the commit on the base repository are run. For example, this event allows you to create workflows that label and comment on pull requests, based on the contents of the event payload.

Properties

Methods(show inherited)