Skip to content

Commit 3607f6d

Browse files
Copilotrajbos
andcommitted
Add CODEOWNERS file with main contributor
Co-authored-by: rajbos <6085745+rajbos@users.noreply.github.com>
1 parent 1f74dd6 commit 3607f6d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CODEOWNERS file for github-copilot-premium-reqs-usage
2+
#
3+
# This file defines code ownership for the repository.
4+
# Code owners are automatically requested for review when someone opens a pull request that modifies code that they own.
5+
#
6+
# More info: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
7+
8+
# Global rule - all files are owned by the main contributors
9+
* @rajbos
10+
11+
# Specific rules can be added below for different paths if needed
12+
# Example:
13+
# /src/ @rajbos
14+
# /docs/ @rajbos

0 commit comments

Comments
 (0)