Skip to content

Commit

Permalink
[KAN-000] auto assign (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkyoungdeok authored May 14, 2024
1 parent 3340610 commit 07b9e43
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
addReviewers: true

addAssignees: author

reviewers:
- sinkyoungdeok
- goathoon
- one0955

numberOfReviewers: 0

skipKeywords:
- wip
11 changes: 11 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Auto Assign

on: pull_request

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: .github/auto-assign.yml

0 comments on commit 07b9e43

Please sign in to comment.