From 7ec17af88ec50205f9fe039a0a265948d99912c7 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 15 Feb 2024 17:37:58 -0500 Subject: [PATCH] chore: remove liam from auto-assign issues while out of office (#29066) This removes me from being auto-assigned issues while I am out of office. --- .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..ba235e39b5 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: sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC numOfAssignee: 1 allowSelfAssign: false