From 69c0aac1051015660133b2ae3c86607dabd8084b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 28 Mar 2024 11:48:15 -0400 Subject: [PATCH] Add Jeff; remove duplicate entries from rotation (not supported) --- .github/workflows/auto-assign-issue.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index 154f5f0a8..5af9d0dbc 100644 --- a/.github/workflows/auto-assign-issue.yml +++ b/.github/workflows/auto-assign-issue.yml @@ -14,7 +14,6 @@ jobs: steps: - uses: pozil/auto-assign-issue@v1 with: - # Some assignees are listed multiple times to effect a weighted rotation - assignees: jeremystretch,jeremystretch,jeremystretch,jeremystretch,arthanson,arthanson,arthanson,arthanson,DanSheps,abhi1693 + assignees: abhi1693,arthanson,DanSheps,jeffgdotorg,jeremystretch numOfAssignee: 1 abortIfPreviousAssignees: true