From 7d50eb80f1f6bac826fff87156fdcb00f0d20143 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 6 Feb 2024 18:17:22 -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 4cc9dbb..cee9739 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -172,3 +172,16 @@ labels: description: Changes to the user interface aliases: - dependencies + +# 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