mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
67 lines
2.4 KiB
Plaintext
67 lines
2.4 KiB
Plaintext
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
# $$ Magento 2 GitHub Actions Code Owners $$
|
|
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
# $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
|
|
#
|
|
# The configuration for Code Owners for graycoreio/magento2-github-actions.
|
|
#
|
|
# For more info see: https://help.github.com/articles/about-codeowners/
|
|
#
|
|
|
|
|
|
# ================================================
|
|
# Concepts
|
|
# ================================================
|
|
#
|
|
# 1. A CodeOwner should only review what they are comfortable reviewing. If you're not comfortable, say something.
|
|
# 2. It is a CodeOwners responsibility to only accept the changes that they understand and deem necessary.
|
|
# 3. The CodeOwners have final say on whether or not code is accepted.
|
|
# 4. If multiple CodeOwners are listed, ALL code owners must approve the PR prior to merge.
|
|
# 5. CodeOwners work in conjunction with Github's "Number of Required Approvals (1)" requirement.
|
|
|
|
|
|
# ================================================
|
|
# GitHub username registry
|
|
# ================================================
|
|
|
|
# damienwebdev - Damien Retzinger
|
|
|
|
|
|
|
|
######################################################################################################
|
|
#
|
|
# Team structure and memberships
|
|
# ------------------------------
|
|
#
|
|
#
|
|
# Any changes to team structure or memberships must first be made in this file and only then
|
|
# implemented in the GitHub UI.
|
|
#######################################################################################################
|
|
|
|
|
|
######################################################################################################
|
|
#
|
|
# CODEOWNERS rules
|
|
# -----------------
|
|
#
|
|
# All the following rules are applied in the order specified in this file.
|
|
# The last rule that matches wins!
|
|
#
|
|
# See https://git-scm.com/docs/gitignore#_pattern_format for pattern syntax docs.
|
|
#
|
|
######################################################################################################
|
|
|
|
|
|
# ================================================
|
|
# Default Owners
|
|
# ================================================
|
|
|
|
* @damienwebdev
|
|
|
|
# ================================================
|
|
# CODEOWNERS Owners owners ...
|
|
# ================================================
|
|
|
|
/.github/CODEOWNERS @damienwebdev
|