Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# These owners are the maintainers and approvers of this repo
* @radius-project/maintainers-community @radius-project/approvers-community
* @radius-project/maintainers-community @radius-project/approvers-community

# Ownership for dependency-related files. Allow the on-call team to approve
# dependency version updates (e.g., from Dependabot PRs)

# GitHub Actions workflow files (updated by Dependabot for action version bumps)
.github/workflows/*.yaml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community
.github/workflows/*.yml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community

# GitHub config files (includes dependabot.yml and other GitHub configurations)
.github/*.yaml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community
.github/*.yml @radius-project/on-call @radius-project/maintainers-community @radius-project/approvers-community