浏览代码

Remove jeffgdotorg from triage rotation

Jeremy Stretch 1 年之前
父节点
当前提交
cc72a58c1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/auto-assign-issue.yml

+ 1 - 1
.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