-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
16 lines (14 loc) · 800 Bytes
/
CODEOWNERS
File metadata and controls
16 lines (14 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This is the CODEOWNERS file for the repository.
# It defines who is responsible (owner) for reviewing changes to certain files or folders.
# When someone opens a pull request that modifies these files,
# GitHub will automatically request a review from the listed owners.
# Syntax:
# pattern owner(s)
# - Patterns work like .gitignore rules (wildcards, folders, extensions).
# - Owners can be GitHub usernames (@username) or organization teams (@org/team).
# - Multiple owners can be assigned, separated by spaces.
# -------------------------------------------------------------------
# Default rule: assign all files (*) in the repository to @karlspace.
# This means every pull request will automatically request a review from you,
# unless a more specific rule matches first.
* @karlspace