Skip to content

Commit

Permalink
Merge pull request #363 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 ee31686 + ceb1c85 commit 0f038c2
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 0f038c2

Please sign in to comment.