repos | string[] | Only trigger for these repos |
orgs | string[] | Only trigger for these organizations |
org | string | Only trigger for this organization (singular form) |
events | string[] | GitHub event types (issues, pull_request, push, etc.) |
actions | string[] | Event actions (opened, labeled, closed, etc.) |
labels | string[] | Only when issue/PR has these labels |
assignee | string | Only when assigned to this user |
author | string | Only for this author |
branches | string[] | Only for these branches |
conclusions | string[] | Only for workflow_run events with these conclusions (success, failure, cancelled, skipped, timed_out, action_required) |