Skip to content

Commit 8613652

Browse files
authored
ci(CODEOWNERS): add Engineering for .vscode/tests/package.json/yarn.lock (mdn#41760)
1 parent 4d34ea3 commit 8613652

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/CODEOWNERS

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,20 @@
4747
# Issue templates in .github
4848
/.github/ISSUE_TEMPLATE/ff-project-issue.md @mdn/content-team
4949

50+
# VSCode configuration
51+
/.vscode/ @mdn/engineering
52+
/.vscode/dictionaries/ @mdn/content-team
53+
/.vscode/cspell.json @mdn/content-team
54+
5055
# Root directory
5156
/* @mdn/engineering
5257
# Markdown files in root directory
5358
/*.md @mdn/content-team
54-
# Filecheck
59+
# Scripts and Tests
5560
/scripts @mdn/engineering
61+
/tests @mdn/engineering
5662

5763
# These are @mdn-bot because the auto-merge GHA workflow uses the PAT of this account.
5864
# If another reviewer is specified, update the PAT token or auto-merge will cease to be automatic.
59-
/package.json @mdn-bot
60-
/yarn.lock @mdn-bot
65+
/package.json @mdn/engineering @mdn-bot
66+
/yarn.lock @mdn/engineering @mdn-bot

0 commit comments

Comments
 (0)