Skip to content

Commit 03fbb91

Browse files
authored
Merge pull request #108 from xebia/copilot/fix-107
Add CODEOWNERS file to enable ruleset enforcement for incoming PRs
2 parents 931d014 + 3607f6d commit 03fbb91

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)