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

Revert changes to CODEOWNERS that caused build failure notifications to be routed to wrong people + assorted fixes #33826

Merged
merged 11 commits into from
Feb 8, 2023

Conversation

konrad-jamrozik
Copy link
Contributor

@konrad-jamrozik konrad-jamrozik commented Feb 1, 2023

Recently I've been cleaning up CODEOWNERS paths:

And also enabled the new regex-based wildcard-supporting CODEOWNERS path matcher:

Unfortunately, this led to few issues, most notably build failure notifications being routed to wrong folks, as seen in this table:

image

I.e. for PATH the failures are currently routed to RIGHT OWNERS instead of LEFT OWNERS. This PR fixes that, by ensuring the failures are again routed to LEFT OWNERS.

This PR also restores paths for /**/ci.yml and /**/tests.yml, and does few additional fixups, including aligning all owner lists.

I am going to make a separate PR updating iot and other ownership information based on discussion I had over email with @jsquire and other folks.

@konrad-jamrozik konrad-jamrozik added the Central-EngSys This issue is owned by the Engineering System team. label Feb 1, 2023
@konrad-jamrozik konrad-jamrozik self-assigned this Feb 1, 2023
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/CODEOWNERS Outdated Show resolved Hide resolved
@konrad-jamrozik
Copy link
Contributor Author

/check-enforcer override

@konrad-jamrozik konrad-jamrozik merged commit c8a19cd into main Feb 8, 2023
@konrad-jamrozik konrad-jamrozik deleted the users/kojamroz/co_fixes branch February 8, 2023 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants