Skip to content

Commit 2e7a823

Browse files
feat(codeowners): add on-call to manage github actions updates (#11342)
# Description This pull request updates the `.github/CODEOWNERS` file to improve and clarify code ownership assignments, especially for configuration and workflow files. The changes expand ownership to cover more files and ensure the appropriate teams are notified for relevant changes. ## 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). --> ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: <!-- This checklist uses "TaskRadio" comments to make certain options mutually exclusive. See: https://github.com/mheap/require-checklist-action?tab=readme-ov-file#radio-groups For details on how this works and why it's required. --> - An overview of proposed schema changes is included in a linked GitHub issue. - [ ] Yes <!-- TaskRadio schema --> - [x] Not applicable <!-- TaskRadio schema --> - A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] Yes <!-- TaskRadio design-pr --> - [x] Not applicable <!-- TaskRadio design-pr --> - The design document has been reviewed and approved by Radius maintainers/approvers. - [ ] Yes <!-- TaskRadio design-review --> - [x] Not applicable <!-- TaskRadio design-review --> - 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. - [ ] Yes <!-- TaskRadio samples-pr --> - [x] Not applicable <!-- TaskRadio samples-pr --> - 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. - [ ] Yes <!-- TaskRadio docs-pr --> - [x] Not applicable <!-- TaskRadio docs-pr --> - 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. - [ ] Yes <!-- TaskRadio recipes-pr --> - [x] Not applicable <!-- TaskRadio recipes-pr --> --------- Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
1 parent ec31890 commit 2e7a823

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@
55
# Files in the root directory
66
**/go.mod @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
77
**/go.sum @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
8+
89
# Devcontainer files
9-
.devcontainer/devcontainer.json @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
10+
.devcontainer/** @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
11+
12+
# Allows on-call members to respond to changes in .github
13+
.github/workflows/*.yaml @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
14+
.github/workflows/*.yml @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
15+
16+
# GitHub configs
17+
.github/*.yaml @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
18+
.github/*.yml @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
19+
1020
# Dockerfile
1121
test/*/Dockerfile @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius
1222
deploy/images/*/Dockerfile @radius-project/on-call @radius-project/maintainers-radius @radius-project/approvers-radius

0 commit comments

Comments
 (0)