feat(codeowners): add on-call to manage github actions updates#11342
feat(codeowners): add on-call to manage github actions updates#11342DariuszPorowski merged 2 commits intomainfrom
Conversation
Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Removed duplicate GitHub config entries for YAML files. Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
There was a problem hiding this comment.
Pull request overview
Updates repository ownership rules to ensure the appropriate teams are requested for reviews on dependency, devcontainer, and GitHub workflow/config changes.
Changes:
- Expand
.devcontainer/ownership from a single file to all devcontainer files. - Add CODEOWNERS entries for
.github/workflows/*and.github/*.yml|yamlto include the on-call team (and other teams).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11342 +/- ##
==========================================
- Coverage 51.10% 51.09% -0.02%
==========================================
Files 699 699
Lines 44065 44065
==========================================
- Hits 22521 22515 -6
- Misses 19399 19402 +3
- Partials 2145 2148 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Cherry-picked 8 commit(s) from main: ec31890 Flaky test fixes for race conditions and timing issues (#11339) 2e7a823 feat(codeowners): add on-call to manage github actions updates (#11342) 6f3a62f Add change detection to unit-tests.yaml to skip tests on doc-only changes (#11283) e184868 Add issue investigator agent from Drasi repo (#11221) 231932b Bump the github-actions group across 1 directory with 9 updates (#11341) 0a710f8 Architecture skill with Mermaid pattern documentation (#11281) 8e26c85 allow upgrade to pass when upgrading between rcs (#11351) d912167 chore(release): v0.55.0-rc6 (#11352) Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
# 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> (cherry picked from commit 2e7a823) Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Description
This pull request updates the
.github/CODEOWNERSfile 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
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: