Skip to content

Commit

Permalink
fix auto assign
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jul 9, 2023
1 parent 5bb2638 commit 1e5b915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
jobs:
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: kyoh86

0 comments on commit 1e5b915

Please sign in to comment.