Skip to content

Commit

Permalink
Merge pull request YJU-OKURA#8 from YJU-OKURA/feat/auto-assign
Browse files Browse the repository at this point in the history
自動割り当て機能のためのGitHub Actions設定の追加
  • Loading branch information
Z00One authored Jan 26, 2024
2 parents 8bfc548 + 0b49852 commit bf119cd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: yuminn-k
numOfAssignee: 1

0 comments on commit bf119cd

Please sign in to comment.