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.
This commit is contained in:
Liam DeBeasi
2024-01-25 10:53:10 -05:00
committed by GitHub
parent a3ebca0f26
commit 9a092c03cc

View File

@@ -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