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 0ca3a3d commit 962012e
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/assign.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Issue assignment

on:
issues:
types: [opened]

issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: kyoh86
auto-assign:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: kyoh86

0 comments on commit 962012e

Please sign in to comment.