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 3977a65 commit ceb1c85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:

- name: Assign author to issue
if: github.event_name == 'issues'
uses: actions-ecosystem/action-assign@v2
uses: kentaro-m/assign-issue-to-author-action@v1.0.0
with:
assignees: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Assign author to pull request
if: github.event_name == 'pull_request'
uses: actions-ecosystem/action-assign@v2
uses: kentaro-m/assign-issue-to-author-action@v1.0.0
with:
assignees: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ceb1c85

Please sign in to comment.