The repo exclusion list is currently a hard-coded EXCLUDE= variable duplicated across three scripts (tools/rollout-fledge-automation.sh, tools/sync-ci.sh, tools/set-fledge-branch-protection.sh), and the copies have drifted. Move it somewhere easier to find, read and edit by hand, such as a shared text file the scripts read.
The repo exclusion list is currently a hard-coded
EXCLUDE=variable duplicated across three scripts (tools/rollout-fledge-automation.sh,tools/sync-ci.sh,tools/set-fledge-branch-protection.sh), and the copies have drifted. Move it somewhere easier to find, read and edit by hand, such as a shared text file the scripts read.