Skip to content

Commit

Permalink
♻️ refactor: Update auto-issue-assignment workflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yuminn-k committed Feb 13, 2024
1 parent eaff054 commit 166d1ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.OG_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}
repo-token: ${{ secrets.ADMIN_TOKEN }}
assignees: ${{ github.event.issue.user.login }}
numOfAssignee: 1

0 comments on commit 166d1ab

Please sign in to comment.