Skip to content

Commit

Permalink
build: update repo security groups
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Feb 7, 2024
1 parent c9917d2 commit be120cc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,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

0 comments on commit be120cc

Please sign in to comment.