From 088efda1fe4b82c8f04221e963c1ab14cbbffa4e Mon Sep 17 00:00:00 2001 From: zack stevens Date: Tue, 15 Mar 2022 14:45:31 -0600 Subject: [PATCH] Fix teams --- .github/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/settings.yml b/.github/settings.yml index 39ea548..5e98b5f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -47,7 +47,7 @@ labels: description: New functionality. # See https://docs.github.com/en/rest/reference/teams#add-or-update-team-repository-permissions for available options teams: - - name: catalyst-squad + - name: engineers # 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.