fix: auto assign PR (#809)

This commit is contained in:
richΛrd 2023-10-17 10:10:52 -04:00 committed by GitHub
parent d4abe15634
commit f6460efee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -9,8 +9,4 @@ jobs:
assign_creator: assign_creator:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Assign PR to author - uses: toshimaru/auto-author-assign@v1.6.2
run: |
gh pr edit ${{ github.event.pull_request.number }} --add-assignee "${{ github.event.pull_request.user.login }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}