Skip to content

Commit

Permalink
chore: random reviewer config 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Aug 21, 2024
1 parent c3ba147 commit 1cf686a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
21 changes: 19 additions & 2 deletions .github/reviewer.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Set to true to add reviewers to pull requests
addReviewers: true

addAssignees: author
# Set to true to add assignees to pull requests
addAssignees: false

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- Heonbyeong
- jhg3410
- eunseo0105

numberOfReviewers: 1
# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 1
# 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
4 changes: 2 additions & 2 deletions .github/workflows/auto-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:

jobs:
assign-reviewer:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Assign Reviewers
uses: kentaro-m/auto-assign-action@v1.2.1
uses: kentaro-m/auto-assign-action@v2.0.0
with:
configuration-path: '.github/reviewer.yml'

0 comments on commit 1cf686a

Please sign in to comment.