Skip to content

Commit f3d1dcc

Browse files
chore: add collaborators by default with triage permission to all org repos (#69)
<!-- markdownlint-disable MD041 --> #### What this PR does / why we need it We are missing collaborators assignments with triage permission for the suborg #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Signed-off-by: Jakob Möller <[email protected]>
1 parent dad4f69 commit f3d1dcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

safe-settings/suborgs/ocm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,9 @@ teams:
266266
permission: maintain
267267
- name: Admins
268268
permission: admin
269+
- name: Collaborators
270+
permission: triage
269271

270272
# Branch protection rules
271273
# See https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#update-branch-protection for available options
272-
branches: []
274+
branches: []

0 commit comments

Comments
 (0)