Skip to content

Commit

Permalink
[ISSUE-319/콜라보레이션] PR 생성 시 본인에게 지정 (#321)
Browse files Browse the repository at this point in the history
* Create pr-auto-assign.yml

* Create pr-auto-assign_configs.yml
  • Loading branch information
ImKunYoung authored Nov 26, 2023
1 parent 60cd4ef commit 4a41be3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/pr-auto-assign_configs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
addReviewers: false

addAssignees: author
15 changes: 15 additions & 0 deletions .github/workflows/pr-auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'PR Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- name: 깃허브 액션 체크아웃
uses: actions/checkout@v2

- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/pr-auto-assign_configs.yml'

0 comments on commit 4a41be3

Please sign in to comment.