From 9a092c03cc005d58432d96d19d263c690fb6e74a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 25 Jan 2024 10:53:10 -0500 Subject: [PATCH] chore: assign team members instead of members from team (#28880) The token I was using didn't have the correct permissions, and I need to figure out how to generate a new token (I don't think I have access to the account where these tokens live). For now, I'm going to hard code the team members until I can figure out the token access out. --- .github/workflows/assign-issues.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/assign-issues.yml b/.github/workflows/assign-issues.yml index 7a9eb75fd4..da273a8c4b 100644 --- a/.github/workflows/assign-issues.yml +++ b/.github/workflows/assign-issues.yml @@ -13,7 +13,6 @@ jobs: - name: 'Auto-assign issue' uses: pozil/auto-assign-issue@edee9537367a8fbc625d27f9e10aa8bad47b8723 # v1.13.0 with: - repo-token: ${{ secrets.IONITRON_TOKEN }} - teams: framework + assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC numOfAssignee: 1 allowSelfAssign: false