[llvm] [GitHub] Add teams for ADT and Support (PR #65519)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 22:37:32 PDT 2023


tstellar wrote:

Hi, we are making some changes to the notification system, could you move these paths lists into [.github/new-prs-labeler.yml](https://github.com/llvm/llvm-project/blob/main/.github/new-prs-labeler.yml). Use llvm:adt and llvm:support for the label names in the file e.g.

llvm:adt:
  - /path/1
  - /path2/

Also note that this new file uses [minimatch](https://github.com/isaacs/minimatch) glob parser which is different in some ways from the .gitignore syntax used by the CODEOWNERS file. The main difference is you need to do things like directory/** instead of directory/ to select a directory's contents.

https://github.com/llvm/llvm-project/pull/65519


More information about the llvm-commits mailing list