Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
addReviewers: true
numberOfReviewers: 2
reviewers:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿입니당

- soonge2
- yunabyte
- Mason-P-ark

addAssignees: false
22 changes: 22 additions & 0 deletions .github/workflows/pr-auto-reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Auto assign reviewer

on:
pull_request:
branches:
- main
- develop
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop 브랜치에 기능 단위 PR이 많아서 불편하지는 않을지 염려됩니다. 시행 후, 고려해보면 될 것 같습니다!



permissions:
pull-requests: write


jobs:
assign-reviewer:
runs-on: ubuntu-latest

steps:
- name: Assign reviewer
uses: kentaro-m/auto-assign-action@v1.2.1
with:
configuration-path: ".github/auto_assign.yml"