From 4017735b255988e3c2faf4c9fe1c072097587236 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Mon, 13 May 2024 14:21:29 +0200 Subject: [PATCH] Remove `ringods` from issue and PR auto assignment --- .github/workflows/auto-issue-assignment.yaml | 2 +- .github/workflows/auto-pr-assignment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-issue-assignment.yaml b/.github/workflows/auto-issue-assignment.yaml index 56ac21b..d46ea74 100644 --- a/.github/workflows/auto-issue-assignment.yaml +++ b/.github/workflows/auto-issue-assignment.yaml @@ -14,6 +14,6 @@ jobs: uses: pozil/auto-assign-issue@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - assignees: ringods, simenandre, rebelopsio, tmeckel + assignees: simenandre, rebelopsio, tmeckel numOfAssignee: 5 allowSelfAssign: false diff --git a/.github/workflows/auto-pr-assignment.yaml b/.github/workflows/auto-pr-assignment.yaml index 99d0b57..41f4d6e 100644 --- a/.github/workflows/auto-pr-assignment.yaml +++ b/.github/workflows/auto-pr-assignment.yaml @@ -14,6 +14,6 @@ jobs: uses: pozil/auto-assign-issue@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - assignees: ringods, simenandre, rebelopsio, tmeckel + assignees: simenandre, rebelopsio, tmeckel numOfAssignee: 5 allowSelfAssign: false