We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931d014 + 3607f6d commit 03fbb91Copy full SHA for 03fbb91
1 file changed
.github/CODEOWNERS
@@ -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