Skip to content

fix(infra): use trailing slash in CODEOWNERS for ic-interface-spec#256

Open
marc0olo wants to merge 1 commit into
mainfrom
infra/codeowners-spec-glob
Open

fix(infra): use trailing slash in CODEOWNERS for ic-interface-spec#256
marc0olo wants to merge 1 commit into
mainfrom
infra/codeowners-spec-glob

Conversation

@marc0olo
Copy link
Copy Markdown
Member

Summary

  • Replaces docs/references/ic-interface-spec/* with docs/references/ic-interface-spec/ in CODEOWNERS
  • * does not cross directory separators in gitignore-style patterns, so subdirectories would have fallen through to the catch-all * @dfinity/dx rule, losing the @dfinity/interface-spec and @dfinity/core-protocol requirements
  • A trailing slash matches the directory and all contents recursively, consistent with the other directory rules in this file (e.g. docs/guides/security/)

Sync recommendation

hand-written

`/*` only matches direct children; a trailing slash matches all contents
recursively, keeping subdirectories under the required reviewer rules.
@marc0olo marc0olo requested a review from a team as a code owner May 13, 2026 16:20
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

🤖 Here's your preview: https://soxyi-6iaaa-aaaam-ai2ra-cai.icp0.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant