From 4a9d84ecbdc24df6a0be4aae57299f845d129c5a Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 1 Apr 2024 18:11:07 -0400 Subject: [PATCH] chore: remove mapsandapps from issue auto assignment (#29248) --- .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 da273a8c4b..b0fc3ee99e 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@edee9537367a8fbc625d27f9e10aa8bad47b8723 # v1.13.0 with: - assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC + assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, thetaPC numOfAssignee: 1 allowSelfAssign: false