From 5a5f330705f77a8971119fad448101a5504d8e5e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Mon, 26 Feb 2024 11:49:38 -0500 Subject: [PATCH] chore: revert remove liam from auto-assign issues while out of office (#29088) I'm back! Reverts ionic-team/ionic-framework#29066 --- .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 ba235e39b5f..da273a8c4ba 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: sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC + assignees: liamdebeasi, sean-perkins, brandyscarney, amandaejohnston, mapsandapps, thetaPC numOfAssignee: 1 allowSelfAssign: false