-
Notifications
You must be signed in to change notification settings - Fork 383
/
Copy pathCODEOWNERS
29 lines (23 loc) · 1.18 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This is the CODEOWNERS configuration for the Moodle Developer Resources
# For documentation, see:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Only allow members of the integration team to approve changes to the
# CODEOWNERS file.
/CODEOWNERS @moodle/documentation-owners
# Only allow members of the integration team to approve changes to the
# .github directory, including all workflows, and other sub-directories.
# This is to ensure that arbitrary changes to GitHub workflows are not made
# which expose the repository, or its secrets.
/.github/ @moodle/documentation-owners
# Only allow members of the integration team to approve changes to the
# scripts directory and sub-directories.
# These scripts are called from places including Github workflows, which
# have access to secrets.
/scripts/ @moodle/documentation-owners
# Developers on the Moodle Mobile App.
/general/app_releases/ @moodle/mobile-developers
/general/app/ @moodle/mobile-developers
# Content Guideline Owners
/general/contentguidelines/ @moodle/content-authors
# Community
/general/community/ @moodle/moodle-community-team