Skip to content
Open
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: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docs/src/format/table/ @table-spec-team
# index specification
protos/index.proto @index-spec-team
protos/index_old.proto @index-spec-team
docs/src/format/table/index/ @index-spec-team
docs/src/format/index/ @index-spec-team

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

GitHub still reports this changed rule as Unknown owner, so no review request will be sent for the 21 index-spec paths even though the path now matches. Point the rule at an owner GitHub accepts for this repository (for example, the intended organization/team slug if that team exists and has write access), then verify this line disappears from the CODEOWNERS error report.

Reproducer
gh api --method GET repos/lance-format/lance/codeowners/errors \
  -f ref=d981fd51e45223fc3833f92fcfef22afb5eba50e \
  --jq '.errors[] | select(.line == 14) | {line, kind, source}'

Observed:

{"kind":"Unknown owner","line":14,"source":"docs/src/format/index/ @index-spec-team\n"}

Expected: no error for line 14.

Loading