From eb7ba2355a8a584b7c280cf2c418fccabb87a8fb Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 17 Apr 2024 13:32:14 -0400 Subject: [PATCH] chore: update issue assignment list (#29356) This PR revises the list of who gets automatically assigned to issues. --- .github/workflows/assign-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-issues.yml b/.github/workflows/assign-issues.yml index 34783a808a..b80f67cd8d 100644 --- a/.github/workflows/assign-issues.yml +++ b/.github/workflows/assign-issues.yml @@ -13,6 +13,6 @@ jobs: - name: 'Auto-assign issue' uses: pozil/auto-assign-issue@65947009a243e6b3993edeef4e64df3ca85d760c # v1.14.0 with: - assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, thetaPC + assignees: liamdebeasi, sean-perkins, brandyscarney, thetaPC numOfAssignee: 1 allowSelfAssign: false