[Mlir-commits] [mlir] [mlir][vector] Add support for yielding loop bounds in `scf.for` distribution. (PR #163443)
    Han-Chung Wang 
    llvmlistbot at llvm.org
       
    Thu Oct 16 10:48:48 PDT 2025
    
    
  
hanhanW wrote:
> Not sure why @Groverkss wasn't added to this PR automatically. We may have messed up the CODEOWNERS file again?
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
```
# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
# modifies JS files, only @js-owner and not the global
# owner(s) will be requested for a review.
*.js    @js-owner #This is an inline comment.
```
I think it is because @Groverkss is not on the `/mlir/lib/Dialect/Vector/Transforms/*` list, so the "global" owners do not get the request. It is a known issue to me, and the solution is adding your handle to all the path that you care.
https://github.com/llvm/llvm-project/blob/35cd291427d56d068573f717e4f8660e81eef0e3/.github/CODEOWNERS#L79-L93
https://github.com/llvm/llvm-project/pull/163443
    
    
More information about the Mlir-commits
mailing list