From 484fe25e501a1dbcc93133fb0afe2ad875d6c82c Mon Sep 17 00:00:00 2001 From: Sean Perkins <13732623+sean-perkins@users.noreply.github.com> Date: Fri, 3 May 2024 13:57:55 -0400 Subject: [PATCH] chore(internal): remove sean from issue triage (#29443) Issue number: N/A --------- ## What is the current behavior? ## What is the new behavior? - Removes me from being auto-assigned to issue triage - I was already removed from CODEOWNERS, so no changes are needed there. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information --- .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 e40aca1228..f1210e4e9a 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: sean-perkins, brandyscarney, thetaPC + assignees: brandyscarney, thetaPC numOfAssignee: 1 allowSelfAssign: false