From 50314c5e0c62480057d3a1f616f73a594ccd74a0 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 6 Feb 2024 17:52:41 -0800 Subject: [PATCH] build: update repo security groups --- .github/settings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/settings.yml b/.github/settings.yml index de97ff3..ec775cb 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -234,3 +234,16 @@ labels: aliases: - test - testing + +# See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options +teams: + # The permission to grant the team. Can be one of: + # * `pull` - can pull, but not push to or administer this repository. + # * `push` - can pull and push, but not administer this repository. + # * `admin` - can pull, push and administer this repository. + # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. + # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access. + - name: auro-team + permission: admin + - name: nonauroteamwriteaccess + permission: push