Skip to content

Commit

Permalink
[TNT-000] chore: Auto-assign 액션 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyahozz committed Jan 21, 2025
1 parent 8372cdc commit dfe5c8f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/auto-assign-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Set to true to add reviewers to pull requests
addReviewers: true

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

# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- hoyahozz
- SeonJeongk

# A number of reviewers added to the pull request
# Set 0 to add all the reviewers (default: 0)
numberOfReviewers: 2

# A number of assignees to add to the pull request
# Set to 0 to add all of the assignees.
# Uses numberOfReviewers if unset.
numberOfAssignees: 1
2 changes: 1 addition & 1 deletion .github/workflows/auto-assign.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/workflows/auto-assign.yaml
configuration-path: .github/auto-assign-config.yaml

0 comments on commit dfe5c8f

Please sign in to comment.