pub const META_TRIGGERS: &str = "triggers";Expand description
Graph-level metadata: comma-joined list of every entry under on: (e.g.
pull_request_target,issue_comment,workflow_run). Distinct from
META_TRIGGER (singular) which is set only for pull_request_target /
ADO pr to preserve the existing trigger_context_mismatch contract.
Consumers of this list (e.g. risky_trigger_with_authority) must split on
, and treat each token as a trigger name.