Skip to content

Commit

Permalink
Merge pull request #371 from Dartvauder/dev
Browse files Browse the repository at this point in the history
Update auto-assign.yml
  • Loading branch information
Dartvauder authored Nov 3, 2024
2 parents 186f054 + 0d0cebe commit 8f7d7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Assign issues and pull requests
uses: gustavofreze/auto-assign@1.0.0
with:
assignees: 'user1,user2'
assignees: '${{ github.actor }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
assignment_options: 'ISSUE,PULL_REQUEST'

0 comments on commit 8f7d7fd

Please sign in to comment.