Follow-up to squid-protocol/gitgalaxy#3278. That change makes GitGalaxy scan .github/, .gitlab/, .circleci/ and .buildkite/ trees, including dot-named files inside them. Every other hidden path is still blocked on purpose.
In moby these five workflows live at .github/workflows/.dco.yml etc. and are now scanned there. In the corpus they sit at data/yaml/moby_workflows/.{dco,test-unit,test,vm,windows}.yml, i.e. dot-named files outside a CI tree, so they remain excluded (~5 real CI files, 54KB).
Fix options for the next tag:
- Restore the layout:
data/yaml/moby_workflows/.github/workflows/.dco.yml.
- Drop the leading dot.
Either one needs a gitgalaxy golden re-bless when the pin moves.
🤖 Generated with Claude Code
Follow-up to squid-protocol/gitgalaxy#3278. That change makes GitGalaxy scan
.github/,.gitlab/,.circleci/and.buildkite/trees, including dot-named files inside them. Every other hidden path is still blocked on purpose.In moby these five workflows live at
.github/workflows/.dco.ymletc. and are now scanned there. In the corpus they sit atdata/yaml/moby_workflows/.{dco,test-unit,test,vm,windows}.yml, i.e. dot-named files outside a CI tree, so they remain excluded (~5 real CI files, 54KB).Fix options for the next tag:
data/yaml/moby_workflows/.github/workflows/.dco.yml.Either one needs a gitgalaxy golden re-bless when the pin moves.
🤖 Generated with Claude Code