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