From 52000c99c89339600e7bbb3a711799e2702cc3be Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Mon, 22 Apr 2024 14:29:17 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Fci:=20delete=20tail=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-assign.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 01008f5c..cadd2949 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -27,7 +27,6 @@ jobs: if: github.event_name == 'issues' && toJSON(github.event.issue.assignees) == '[]' run: | echo "$MEMBERS" | - tail -n +2 | shuf -n 1 | xargs gh issue edit ${{ github.event.issue.number }} --repo ${{ github.repository }} --add-assignee @@ -35,6 +34,5 @@ jobs: if: github.event_name == 'pull_request_target' && toJSON(github.event.pull_request.assignees) == '[]' run: | echo "$MEMBERS" | - tail -n +2 | shuf -n 1 | xargs gh pr edit ${{ github.event.pull_request.number }} --repo ${{ github.repository }} --add-assignee