소스 검색

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