Skip to content

Auto reviewer

ParkSeungHwan edited this page Nov 25, 2020 · 1 revision

๋ชฉ์ฐจ

GitHub app ์„ค์น˜

auto-assign โ† ํŽ˜์ด์ง€์—์„œ ์‚ฌ์šฉํ•  ๋ ˆํŒŒ์ง€ํ† ๋ฆฌ์— ์„ค์น˜๋ฅผ ํ•œ๋‹ค.

GitHub actions์— flow ์ž‘์„ฑ

# .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 }}

app ์„ค์ • ์ž‘์„ฑ

# .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 ๋กœ ํ•ด์•ผ ํ•œ๋‹ค.

์ฐธ๊ณ 

auto-assign-action

๐Ÿ“Œ Project

๐Ÿค Rules

๐Ÿ“š Documents

๐Ÿข๊ตฌ์กฐ

๐Ÿง๋…ผ์˜

โšฝ๏ธ TroubleShooting

๐Ÿ’ฌ Memoirs

1 ์ฃผ์ฐจ
2 ์ฃผ์ฐจ
3 ์ฃผ์ฐจ
4 ์ฃผ์ฐจ
5 ์ฃผ์ฐจ

๐Ÿ“ ํ”ผ์–ด์„ธ์…˜

<2์ฃผ์ฐจ> 24๊ทธ๋ฃน 25๊ทธ๋ฃน

<3์ฃผ์ฐจ> 24๊ทธ๋ฃน 25๊ทธ๋ฃน

<4์ฃผ์ฐจ> 24๊ทธ๋ฃน 25๊ทธ๋ฃน 26๊ทธ๋ฃน 27๊ทธ๋ฃน

Clone this wiki locally