Skip to main content

META_FORK_CHECK

Constant META_FORK_CHECK 

Source
pub const META_FORK_CHECK: &str = "fork_check";
Expand description

Marks a Step in a GHA workflow as carrying an if: condition that references the standard fork-check pattern (github.event.pull_request.head.repo.fork == false or the equivalent head.repo.full_name == github.repository). Stamped by the GHA parser so rules can credit the step with the compensating control without re-parsing the YAML expression. Bool stored as "true".