Skip to content

Commit

Permalink
Merge pull request #364 from Dartvauder/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Dartvauder authored Nov 3, 2024
2 parents 0f038c2 + 3f9c6b7 commit 7b87f67
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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: kentaro-m/assign-issue-to-author-action@v1.0.0
uses: actions-ecosystem/action-add-assignees@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.github_token }}
assignees: ${{ github.actor }}

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

0 comments on commit 7b87f67

Please sign in to comment.