Skip to content

Commit

Permalink
Merge pull request #10 from yuminn-k/fix/auto-assign-review-update
Browse files Browse the repository at this point in the history
GitHub Actionsの自動レビュワーと自動アサインのロジック改善
  • Loading branch information
yuminn-k authored Feb 13, 2024
2 parents eaff054 + e56ed2e commit 15b4d58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
addReviewers: true


addAssignees: author


numberOfReviewers: 0
reviewers:
- Regulus0811
- Z00One

numberOfReviewers: 2
runOnDraft: true
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Auto Assign'
name: Auto Assign & Auto Reviewer
on:
pull_request_target:
types: [opened, ready_for_review]
Expand Down

0 comments on commit 15b4d58

Please sign in to comment.