Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CODEOWNERS] Fix duplicate entries for messaging #39155

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

jsquire
Copy link
Member

@jsquire jsquire commented Mar 11, 2024

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.

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.
@jsquire jsquire requested a review from joshfree March 11, 2024 17:31
@jsquire jsquire merged commit 7dc175d into main Mar 11, 2024
7 checks passed
@jsquire jsquire deleted the jsquire-patch-1 branch March 11, 2024 18:32
drielenr pushed a commit that referenced this pull request Apr 2, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants