[engsys] Adding myself as an owner for CODEOWNERS as well#9294
[engsys] Adding myself as an owner for CODEOWNERS as well#9294richardpark-msft wants to merge 1 commit into
Conversation
|
Azure Pipelines: 22 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Adds @richardpark-msft as a CODEOWNER for the CODEOWNERS file itself.
Changes:
- Extends the specific CODEOWNERS rule with the additional owner.
Show a summary per file
| File | Description |
|---|---|
.github/CODEOWNERS |
Adds the new owner to the file-specific rule. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Medium
jongio
left a comment
There was a problem hiding this comment.
The PR Governance check is failing: this PR isn't linked to an issue. Because it's a fork PR, the governance bot can't post its usual reminder here, so noting it manually.
To clear the check, add a closing reference like Fixes #<issue> to the PR description, or link an issue from the sidebar. If this engsys change doesn't warrant an issue, applying the skip-governance label bypasses the check.
jongio
left a comment
There was a problem hiding this comment.
This matches the existing /.github/ and /eng/ rules that already list you. Since CODEOWNERS is last-match-wins, the more specific /.github/CODEOWNERS line was overriding those and leaving you off as an owner of this file, so adding you here keeps it consistent.
No description provided.