Skip to content

feat(codeowners): add on-call to manage github actions updates#11342

Merged
DariuszPorowski merged 2 commits intomainfrom
gh-co
Feb 27, 2026
Merged

feat(codeowners): add on-call to manage github actions updates#11342
DariuszPorowski merged 2 commits intomainfrom
gh-co

Conversation

@DariuszPorowski
Copy link
Member

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

  • 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).

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.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 27, 2026 23:13
@DariuszPorowski DariuszPorowski requested review from a team as code owners February 27, 2026 23:13
@DariuszPorowski DariuszPorowski self-assigned this Feb 27, 2026
Removed duplicate GitHub config entries for YAML files.

Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 27, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref ddef571
Unique ID funcd0fbd5b60f
Image tag pr-funcd0fbd5b60f
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-funcd0fbd5b60f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-funcd0fbd5b60f
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-funcd0fbd5b60f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-funcd0fbd5b60f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-funcd0fbd5b60f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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|yaml to include the on-call team (and other teams).

@github-actions
Copy link

Unit Tests

    2 files  ±0    415 suites  ±0   6m 44s ⏱️ +19s
4 855 tests ±0  4 853 ✅ ±0  2 💤 ±0  0 ❌ ±0 
5 755 runs  ±0  5 753 ✅ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit ddef571. ± Comparison against base commit ec31890.

@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.09%. Comparing base (ec31890) to head (ddef571).
⚠️ Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@DariuszPorowski DariuszPorowski merged commit 2e7a823 into main Feb 27, 2026
54 checks passed
@DariuszPorowski DariuszPorowski deleted the gh-co branch February 27, 2026 23:49
DariuszPorowski added a commit that referenced this pull request Mar 2, 2026
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>
DariuszPorowski added a commit that referenced this pull request Mar 3, 2026
# 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants