Skip to content

Commit

Permalink
Update settings.yml for Tr and Bn approvers (cncf#2151)
Browse files Browse the repository at this point in the history
Signed-off-by: Seokho Son <shsongist@gmail.com>
  • Loading branch information
seokho-son authored and hwchiu committed Aug 14, 2023
1 parent 8b74f29 commit 06446c8
Showing 1 changed file with 38 additions and 7 deletions.
45 changes: 38 additions & 7 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@ collaborators:
permission: push

# l10n bn approvers
- username: mitul3737
- username: Arindam200
permission: push

- username: Mouly22
- username: Imtiaz1234
permission: push

- username: ikramulkayes
- username: mitul3737
permission: push

- username: Imtiaz1234
- username: sajibAdhi
permission: push

# l10n es approvers
Expand Down Expand Up @@ -193,6 +193,19 @@ collaborators:
- username: naonishijima
permission: push

# l10n tr approvers
- username: aliok
permission: push

- username: halil-bugol
permission: push

- username: developer-guy
permission: push

- username: eminalemdar
permission: push

branches:

# Default branch of this repository for configurations and English contents
Expand Down Expand Up @@ -340,10 +353,10 @@ branches:
apps: []
# bn approvers
users:
- mitul3737
- Mouly22
- ikramulkayes
- Arindam200
- Imtiaz1234
- mitul3737
- sajibAdhi
teams: []
enforce_admins: null
required_linear_history: null
Expand Down Expand Up @@ -457,3 +470,21 @@ branches:
enforce_admins: null
required_linear_history: null

# l10n branch for tr contents only
- name: dev-tr
protection:
required_pull_request_reviews:
required_approving_review_count: 2
require_code_owner_reviews: true
required_status_checks: null
restrictions:
apps: []
# tr approvers
users:
- aliok
- halil-bugol
- developer-guy
- eminalemdar
teams: []
enforce_admins: null
required_linear_history: null

0 comments on commit 06446c8

Please sign in to comment.