Skip to content

Commit

Permalink
Update auto-assign.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartvauder committed Nov 3, 2024
1 parent 1ac9c7a commit 3f9c6b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:

- name: Assign author to issue
if: github.event_name == 'issues'
uses: actions-ecosystem/action-add-assignees
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}

- name: Assign author to pull request
if: github.event_name == 'pull_request'
uses: actions-ecosystem/action-add-assignees
uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}

0 comments on commit 3f9c6b7

Please sign in to comment.