Skip to content

Commit 531a0ca

Browse files
YunaYuna
authored andcommitted
[CICD] PR 생성 시 리뷰어 자동 등록
1 parent 741df3a commit 531a0ca

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/auto_assign.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
addReviewers: true
2+
reviewers:
3+
- soonge2
4+
- yunabyte
5+
- Mason-P-ark
6+
7+
addAssignees: false
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Auto assign reviewer
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- develop
8+
9+
10+
permissions:
11+
pull-requests: write
12+
13+
14+
jobs:
15+
assign-reviewer:
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- name: Assign reviewer
20+
uses: kentaro-m/auto-assign-action@v1.2.1
21+
with:
22+
configuration-path: ".github/auto_assign.yml"

0 commit comments

Comments
 (0)