diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index e32e23c84e6..4e93d9f0d6f 100644 --- a/.github/workflows/auto-assign-issue.yml +++ b/.github/workflows/auto-assign-issue.yml @@ -16,6 +16,6 @@ jobs: if: "contains(github.event.issue.labels.*.name, 'status: needs triage')" with: # Weighted assignments - assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, abhi1693, DanSheps + assignees: arthanson:3, jeffgdotorg:3, jeremystretch:3, DanSheps numOfAssignee: 1 abortIfPreviousAssignees: true