Skip to content
Merged
Changes from 1 commit
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
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

# mlir-llvm
/mlir/**/LLVM/ @llvm/pr-subscribers-mlir-llvm
Copy link
Collaborator

Choose a reason for hiding this comment

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

Shall we just remove the trailing / here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Just tested this using git check-ignore (since this should be the same syntax as for the codeowners file apparently) and that at least did not work for any checks in the LLVMIR directory.
Changing it to either LLVMIR with or without the slash works, but it seems to me like it doesn't treat trailing positions specially.

Unless GitHub CodeOwners files do it differently.

Copy link
Collaborator

Choose a reason for hiding this comment

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

OK! We need a trailing *, which means most of the existing patterns are incorrect...
mlir/**/LLVM* should match both here.

/mlir/**/LLVMIR/ @llvm/pr-subscribers-mlir-llvm

# mlir-linalg
/mlir/**/*Linalg @llvm/pr-subscribers-mlir-linalg
Expand Down