func()

in ci/internal/git/repo.go [32:34]


func (r *Repository) ModifiedFiles(ctx context.Context, commit string) ([]string, error) {
	return r.diffNameOnly(ctx, "M", commit)
}