Skip to content

Commit c92b61b

Browse files
authored
chore(*): CODEOWNERS 추가 (#27)
* chore: add CODEOWNERS * fix: CODEOWNERS * chore: auto-assign * fix: configuration-path
1 parent 737e442 commit c92b61b

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@klmhyeonwoo @leeminhee119 @raymondanythings @Doeunnkimm

.github/workflows/auto-assign.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 'Auto Assign'
2+
on:
3+
pull_request:
4+
types: [opened, ready_for_review]
5+
6+
jobs:
7+
add-reviews:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: kentaro-m/[email protected]
11+
with:
12+
configuration-path: '.github/workflows/auto-assign.yml'

.github/workflows/set-auto-reviewer.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)