Skip to content

Commit

Permalink
Merge pull request #9 from prgrms-web-devcourse-final-project/8-featu…
Browse files Browse the repository at this point in the history
…re/auto-assign-pr-reveiwers

[Feature]: #8 PR 리뷰어 자동 등록 workflow 생성
  • Loading branch information
wonill authored Nov 19, 2024
2 parents 6f802ee + f6b9f3f commit cc700a1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
addReviewers: true
addAssignees: author

reviewers:
- ruehan
- shlee9999
- wonill
- kimjuyoung99

numberOfReviewers: 2

skipKeywords:
- wip

filterUserReviewer: true
10 changes: 10 additions & 0 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Auto Assign Reviewer'
on:
pull_request:
types: [opened, reopened]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]

0 comments on commit cc700a1

Please sign in to comment.