-
Notifications
You must be signed in to change notification settings - Fork 11
Auto reviewer
ParkSeungHwan edited this page Nov 25, 2020
·
1 revision
auto-assign โ ํ์ด์ง์์ ์ฌ์ฉํ ๋ ํ์งํ ๋ฆฌ์ ์ค์น๋ฅผ ํ๋ค.
# .github/workflows/autoAssign.yml
name: 'Auto Assign'
on: pull_request_target
jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
# .github/auto_assign.yml
# Set to true to add reviewers to pull requests
addReviewers: true
# assignee๋ฅผ ์์ฑ์๋ก ์ค์ ํ๋ค.
addAssignees: author
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- rolled-potatoes
- yejineee
- pkiop
- dbstrwnekd
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 0
# A list of assignees, overrides reviewers if set
# assignees:
# - assigneeA
# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
# numberOfAssignees: 2
# A list of keywords to be skipped the process that add reviewers if pull requests include it
# skipKeywords:
# - wip
ํน๋ณํ ์ด๋ฆ์ ์ง์ ํ์ง ์๋ ์ด์ ํ์ผ ์ด๋ฆ์ .github/auto_assign.yml
๋ก ํด์ผ ํ๋ค.
- API ์์
- API ์ค๊ณ
- DB ๋ชจ๋ธ๋ง
- ๊ธฐ์ ์ ์ ์ด์
- Feature list
- ํ๋ฉด ๋ช ์ธ์
- ํ๋ก์ ํธ ๊ตฌ๋ ๋ฐฉ๋ฒ
- ๊ธฐ์ ํน์ฅ์
- ์ฃผ์ ๊ธฐ๋ฅ ์๊ฐ
- Optimistic Update
- ์ํ๊ด๋ฆฌ๋ฅผ ์ด๋ป๊ฒ ํ ๊น
- Atomic Design ์ค๊ณ
- Mongoose Atomic Update ๋ฐฉ์์ ์ฐพ์์
- MobX Best Practices๋ ์ด๋์
- ๊ฑฐ๋๋ด์ญ ์คํ ์ด ๊ด๋ฆฌ
- user-account DB๊ด๊ณ ์์
- ์๋ฆผ ๊ธฐ๋ฅ ๊ตฌํ
1 ์ฃผ์ฐจ
- ๋ฐ์ผ๋ฆฌ์คํฌ๋ผ
- ํ๊ณ
2 ์ฃผ์ฐจ
- ๋ฐ์ผ๋ฆฌ์คํฌ๋ผ
- ํ๊ณ
3 ์ฃผ์ฐจ
- ๋ฐ์ผ๋ฆฌ์คํฌ๋ผ
- ํ๊ณ
4 ์ฃผ์ฐจ
5 ์ฃผ์ฐจ
- ๋ฐ์ผ๋ฆฌ์คํฌ๋ผ
- ํ๊ณ