AffectedGraphConfig
Configures the affected-graph analysis inside the affected { } block.
aalekh {
affected {
baseRef.set("origin/main") // compare against the PR's merge target
headRef.set("HEAD") // ...up to this ref (blank = working tree)
}
}Content copied to clipboard
Drives aalekhAffected, which runs git diff at execution time and writes a local aalekh-affected.md / aalekh-affected.json a CI job can post as a pull-request comment.