-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CODEOWNERS] Fix duplicate entries for messaging (#39155)
The focus of these changes is to fix service label duplication that would cause inappropriate matches for the messaging services. ### Important context: - The `Service Attention` label is ignored during match logic. - Service label matches follow the same rules as paths for pull requests. This means that ordering of rules is important; scanning starts at the bottom of the file and progresses towards the top. Once the first match is found, it is used and scanning stops. This means that the `/<NotInRepo>/` section at the bottom of this file will be the first matches found for most service tags, causing automated triage to consider these tags to be service-owned and assigned.
- Loading branch information
Showing
1 changed file
with
10 additions
and
14 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters