Skip to content

Commit 449f0d4

Browse files
authored
Merge pull request #1321 from andrewnicols/updateCodeOwners
[repo] Update code owners
2 parents 41eaab0 + b224f64 commit 449f0d4

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CODEOWNERS

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@
44

55
# Only allow members of the integration team to approve changes to the
66
# CODEOWNERS file.
7-
/CODEOWNERS @moodle/iteam
7+
/CODEOWNERS @moodle/documentation-owners
88

99
# Only allow members of the integration team to approve changes to the
1010
# .github directory, including all workflows, and other sub-directories.
1111
# This is to ensure that arbitrary changes to GitHub workflows are not made
1212
# which expose the repository, or its secrets.
13-
/.github/ @moodle/iteam
13+
/.github/ @moodle/documentation-owners
1414

1515
# Only allow members of the integration team to approve changes to the
1616
# scripts directory and sub-directories.
1717
# These scripts are called from places including Github workflows, which
1818
# have access to secrets.
19-
/scripts/ @moodle/iteam
19+
/scripts/ @moodle/documentation-owners
2020

21+
# Developers on the Moodle Mobile App.
22+
/general/app_releases/ @moodle/mobile-developers
23+
/general/app/ @moodle/mobile-developers
2124

25+
# Content Guideline Owners
26+
/general/contentguidelines/ @moodle/content-authors
27+
28+
# Community
29+
/general/community/ @moodle/moodle-community-team

0 commit comments

Comments
 (0)