From 40aae705685ab0adfdecd666d7130ba48f244b40 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Tue, 6 Feb 2024 18:11:40 -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 807d234..563508d 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