Skip to content

[repo] Update code owners #1321

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
14 changes: 11 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@

# Only allow members of the integration team to approve changes to the
# CODEOWNERS file.
/CODEOWNERS @moodle/iteam
/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/iteam
/.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/iteam
/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