Skip to content
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

Fix configuration for branch protection #296

Merged
merged 2 commits into from
Jan 14, 2022
Merged
Show file tree
Hide file tree
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
42 changes: 34 additions & 8 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,55 @@ collaborators:
permission: admin

- username: CathPag
permission: push
permission: maintain

- username: seokho-son
permission: push

- username: murillodigital
permission: push
permission: admin

# l10n ko approvers
# Note: seokho-son is both a maintainer (maintain) and Korean approver (push)
- username: jihoon-seo
permission: push

- username: Eviekim
permission: push


branches:
- name: portuguese

# Default branch of this repository for configurations and English contents
- name: main
protection:
required_pull_request_reviews:
required_approving_review_count: 2
require_code_owner_reviews: true
required_status_checks: null
restrictions:
apps: []
# En approvers (including Chairs)
users:
- edsoncelio
- caniszczyk
- jasonmorgan
- CathPag
- seokho-son
teams: []
enforce_admins: null
required_linear_history: null

# l10n branch for Korean contents only
- name: dev-ko
protection:
required_pull_request_reviews:
required_approving_review_count: 2
require_code_owner_reviews: true
required_status_checks: null
restrictions:
apps: []
# Ko approvers
users:
- seokho-son
- Eviekim
- jihoon-seo

teams: []
enforce_admins: null
required_linear_history: null
12 changes: 7 additions & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@

# These are the maintainers in the repo
# We require at least two maintainers to sign off on a new term
# These are the maintainers in the repo.
# These owners will be the default owners for everything in the repo.
# We require at least two maintainers to sign off on a new term.

* @caniszczyk @CathPag @jasonmorgan
* @caniszczyk @CathPag @jasonmorgan @seokho-son


# These are the approvers for localization contents
# in each `/content/language/` directory
# These are the owners for localization contents
# in each `/content/language/` directory.

# Owners of Korean contents
/content/ko/ @seokho-son @Eviekim @jihoon-seo