Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'schemas/**'
# Note: registry.json is in root and doesn't match these patterns,
# so changes to it won't trigger this workflow (preventing infinite loops)
workflow_dispatch:
# Allows manual triggering of registry rebuild from GitHub Actions UI
Comment on lines 10 to +13
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removed registry.json modification check (originally lines 24-42) was the only automated enforcement preventing contributors from committing registry.json in their PRs. While the build-registry workflow will auto-correct any committed registry.json by rebuilding it, this removal means there's no longer enforcement of the documented policy (CONTRIBUTING.md lines 165, 231, 289, 321) that contributors should NOT commit registry.json.

Consider adding a check in validate-registry.yml or validate-manifest.yml that fails if registry.json is detected in the PR's changed files. This would provide earlier feedback to contributors and prevent policy violations from being merged.

Copilot uses AI. Check for mistakes.

jobs:
build:
Expand Down