Skip to content

Commit

Permalink
Merge pull request #257 from Marukome0743/pr257
Browse files Browse the repository at this point in the history
♻️ci: delete tail command
  • Loading branch information
Marukome0743 authored Apr 22, 2024
2 parents e6005a0 + 52000c9 commit 01b7e26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ 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
- name: Assign Pull Request
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

0 comments on commit 01b7e26

Please sign in to comment.