Skip to content

Commit e942c48

Browse files
committed
docs: pr 템플릿 및 자동 할당 워크 플로우 파일 추가
1 parent 5d69f8b commit e942c48

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## ✅ 요약
2+
3+
- resolved #(issue_num)
4+
- 작업 내용을 입력해주세요.
5+
6+
## 🪄 변경사항
7+
8+
- 변경1
9+
- 변경2
10+
11+
## 🖼️ 결과 화면 (선택)
12+
13+
## 💬 리뷰어에게 전할 말 (선택)
14+
15+
- 화이팅

.github/workflows/auto-assign.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Auto Author Assign
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
permissions:
8+
pull-requests: write
9+
10+
jobs:
11+
assign-author:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: toshimaru/[email protected]

0 commit comments

Comments
 (0)