From 93cebae55c29da8529e25fd6277cf262b57876b4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 24 Jul 2024 17:15:53 -0400 Subject: [PATCH] Remove jeffgdotorg from triage rotation --- .github/workflows/auto-assign-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign-issue.yml b/.github/workflows/auto-assign-issue.yml index 309f79800..dfd53d919 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, DanSheps + assignees: arthanson:3, jeremystretch:3, DanSheps numOfAssignee: 1 abortIfPreviousAssignees: true