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

Fix inconsistency in CODEOWNERS files #8074

Closed
1 task
kachawla opened this issue Nov 20, 2024 · 4 comments · Fixed by #8076 or radius-project/dashboard#120
Closed
1 task

Fix inconsistency in CODEOWNERS files #8074

kachawla opened this issue Nov 20, 2024 · 4 comments · Fixed by #8076 or radius-project/dashboard#120
Assignees
Labels
maintenance Issue is a non-user-facing task like updating tests, improving automation, etc.. triaged This issue has been reviewed and triaged

Comments

@kachawla
Copy link
Contributor

kachawla commented Nov 20, 2024

Area for Improvement

CODEOWNERS files for all repos under radius-project.

Observed behavior

We recently created/updated owners groups for each of the Radius repo and added top levels to reflect the information, for example: https://github.com/radius-project/design-notes/blob/main/CODEOWNERS. However, in some repos the groups are inconsistent with what was listed in the codeowners file located under .github directory, for example: https://github.com/radius-project/design-notes/blob/main/.github/CODEOWNERS.

Desired behavior

We should update .github/CODEOWNERS to match the latest state of owner groups listed in the repo level CODEOWNERS file.

Proposed Fix

No response

rad Version

N/A

Operating system

No response

Additional context

No response

Would you like to support us?

  • Yes, I would like to support you

AB#13725

@kachawla kachawla added the maintenance Issue is a non-user-facing task like updating tests, improving automation, etc.. label Nov 20, 2024
@radius-triage-bot
Copy link

👋 @kachawla Thanks for filing this issue.

A project maintainer will review this issue and get back to you soon.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@kachawla kachawla self-assigned this Nov 21, 2024
@kachawla kachawla added the triaged This issue has been reviewed and triaged label Nov 21, 2024
@radius-triage-bot
Copy link

👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.

We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.

For more information on our triage process please visit our triage overview

@kachawla
Copy link
Contributor Author

Discussed this during triage, the decision is to copy over latest owners groups from root level CODEOWNERS file into .github/CODEOWNERS. The root level CODEOWNERS file will only contain a pointer to the file in .github directory.

@kachawla
Copy link
Contributor Author

@willtsai PRs created in all the repos (referenced above).

@kachawla kachawla changed the title Update CODEOWNERS files Fix inconsistency in CODEOWNERS files Nov 25, 2024
kachawla added a commit to radius-project/community that referenced this issue Nov 25, 2024
Combining two codeowners files into one, with root level pointing to the file under the .github directory. More context in radius-project/radius#8074.

Signed-off-by: karishma-chawla <[email protected]>
Co-authored-by: karishma-chawla <[email protected]>
kachawla added a commit to radius-project/design-notes that referenced this issue Nov 26, 2024
Combining two codeowners files into one, with root level pointing to the
file under the `.github` directory. More context in
radius-project/radius#8074.

Signed-off-by: karishma-chawla <[email protected]>
Co-authored-by: karishma-chawla <[email protected]>
@kachawla kachawla reopened this Nov 26, 2024
kachawla added a commit that referenced this issue Nov 26, 2024
# Description

Combining two codeowners files into one, with root level pointing to the
file under the `.github` directory. More context in
#8074.

## Type of change

<!--

Please select **one** of the following options that describes your
change and delete the others. Clearly identifying the type of change you
are making will help us review your PR faster, and is used in authoring
release notes.

If you are making a bug fix or functionality change to Radius and do not
have an associated issue link please create one now.

-->

- This pull request is a minor refactor, code cleanup, test improvement,
or other maintenance task and doesn't change the functionality of Radius
(issue link optional).

<!--

Please update the following to link the associated issue. This is
required for some kinds of changes (see above).

-->

Fixes: #8074

## Contributor checklist
Please verify that the PR meets the following requirements, where
applicable:

- [ ] An overview of proposed schema changes is included in a linked
GitHub issue. -- N/A
- [ ] A design document PR is created in the [design-notes
repository](https://github.com/radius-project/design-notes/), if new
APIs are being introduced. -- N/A
- [ ] If applicable, design document has been reviewed and approved by
Radius maintainers/approvers. -- N/A
- [ ] A PR for the [samples
repository](https://github.com/radius-project/samples) is created, if
existing samples are affected by the changes in this PR. -- N/A
- [ ] A PR for the [documentation
repository](https://github.com/radius-project/docs) is created, if the
changes in this PR affect the documentation or any user facing updates
are made. -- N/A
- [ ] A PR for the [recipes
repository](https://github.com/radius-project/recipes) is created, if
existing recipes are affected by the changes in this PR. -- N/A

Signed-off-by: karishma-chawla <[email protected]>
Co-authored-by: karishma-chawla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issue is a non-user-facing task like updating tests, improving automation, etc.. triaged This issue has been reviewed and triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant