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 12, 2024
1 parent 1599dd0 commit 5ed8283
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ name: Auto Assign
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
run:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.ADMIN_TOKEN }}
assignees: ${{ github.event.pull_request.user.login }}
numOfAssignee: 1

0 comments on commit 5ed8283

Please sign in to comment.