Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix codeowners order. #1176

Merged
merged 4 commits into from
Aug 9, 2024
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
10 changes: 8 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
seed/seed.json @brave/uplift-approvers
* @brave/griffin-maintainers
# The order is important. The last matching pattern takes the most precedence.

# Griffin maintainers are responsible for all machinery in this repository.
* @brave/griffin-maintainers

# The seed file is owned by the uplift team as any change to it directly affects
# public builds. It's important to update the seed in a controlled manner.
/seed/seed.json @brave/uplift-approvers