Skip to content
Open
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
7 changes: 5 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.github/* @browserstack/asi-devs

# CODEOWNERS uses last-match-wins precedence, so least-specific rules must come
# first. The broad catch-all is listed before the .github/** rule so that the
# latter is the *last* (winning) match for workflow/config files (SDK-6071).
* @browserstack/automate-public-repos

.github/** @browserstack/asi-devs
Loading