Skip to content
Merged
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
21 changes: 21 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Code owners for CmdPal-Extensions.
#
# Each line is a file pattern followed by one or more owners. The last
# matching pattern for a changed file takes precedence. Owners listed here
# are automatically requested for review, and the branch protection ruleset
# requires a code-owner approval before such changes can merge.
#
# The generated gallery file (extensions.json) is owned as well: the
# regeneration automation opens a PR authored by a maintainer, and a
# DIFFERENT code owner must review it before it merges (the author cannot
# approve their own PR).
Comment thread
niels9001 marked this conversation as resolved.

# Extension submissions from contributors.
/extensions/ @niels9001 @michaeljolley @zadjii-msft @chatasweetie @crutkas @dhowett
Comment thread
niels9001 marked this conversation as resolved.

# Generated gallery file, produced by .github/scripts/generate.py.
/extensions.json @niels9001 @michaeljolley @zadjii-msft @chatasweetie @crutkas @dhowett
Comment thread
niels9001 marked this conversation as resolved.

# Repository automation: workflows, generation/validation scripts, schemas,
# and this CODEOWNERS file itself.
/.github/ @niels9001 @michaeljolley @zadjii-msft @chatasweetie @crutkas @dhowett