Procházet zdrojové kódy

Add Jeff; remove duplicate entries from rotation (not supported)

Jeremy Stretch před 2 roky
rodič
revize
69c0aac105
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      .github/workflows/auto-assign-issue.yml

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