Skip to content

Commit

Permalink
♻️ refactor: Update auto-issue-assignment workflow settings
Browse files Browse the repository at this point in the history
Fixed an error where Assignees were not properly specified when creating an issue.

Related issue: YJU-OKURA#11
  • Loading branch information
yuminn-k authored Feb 16, 2024
1 parent 8f9cf84 commit 4a4ac94
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -15,5 +13,5 @@ jobs:
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.ADMIN_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}
assignees: ${{ github.event.issue.user.login }}
numOfAssignee: 1

0 comments on commit 4a4ac94

Please sign in to comment.