Skip to content

Commit

Permalink
Merge pull request #12 from yuminn-k/feat/auto-reviewer
Browse files Browse the repository at this point in the history
自動Reviewer当て機能のためのGitHub Actions設定の追加
  • Loading branch information
yuminn-k authored Jan 29, 2024
2 parents 0b1df5b + d8ad6d0 commit ad7622f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Auto Reviewer
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto_fe_reviewer.yml'
9 changes: 9 additions & 0 deletions .github/workflows/auto_fe_reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
addReviewers: true
addAssignees: false
numberOfReviewers: 1
useReviewGroups: true
reviewGroups:
OKURA_FE:
- yuminn-k
- Lainari
- dorimu0

0 comments on commit ad7622f

Please sign in to comment.