Skip to content

Commit 3c2598f

Browse files
ksroda-saclaude
andcommitted
chore: allow CIAM UI team to also approve .github/ changes
Previously only @SecureAuthCorp/devops could approve PRs touching .github/ (Actions workflows, dependabot config, this CODEOWNERS file). Add @SecureAuthCorp/team-eng-ciam-ui-write to the same rule so either team can sign off — the UI team owns most of the workflow files that support the quickstart samples anyway. GitHub treats multiple owners on a single CODEOWNERS rule as OR semantics: any one of the listed teams' approvals satisfies the requirement. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c3e977a commit 3c2598f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
**/pom.xml @ksroda-sa
99
**/*.csproj @ksroda-sa
1010

11-
# GitHub Actions and CI config
12-
.github/ @SecureAuthCorp/devops
11+
# GitHub Actions and CI config — approval from either team is sufficient
12+
.github/ @SecureAuthCorp/devops @SecureAuthCorp/team-eng-ciam-ui-write

0 commit comments

Comments
 (0)