-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (16 loc) · 885 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (16 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CODEOWNERS for microsoft/skills
#
# Each line is a file pattern followed by one or more owners.
# Order matters: later rules override earlier ones.
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default: primary maintainer owns everything
* @thegovind
# Copilot for Azure skills plugin (synced from upstream)
.github/plugins/azure-skills/ @microsoft/ghcp4a
# Azure Identity SDK skills
.github/plugins/*/skills/azure-identity-*/SKILL.md @scottaddie
# Community-contributed skill: Microsoft Entra Agent ID
.github/skills/entra-agent-id/ @ArLucaID @rbinrais @thegovind
# CI/CD and automation (security-sensitive)
.github/workflows/ @thegovind
.github/scripts/ @thegovind