diff --git a/.github/auto-assign.yml b/.github/auto-assign.yml new file mode 100644 index 0000000..26fe67a --- /dev/null +++ b/.github/auto-assign.yml @@ -0,0 +1,13 @@ +addReviewers: true + +addAssignees: author + +reviewers: + - sinkyoungdeok + - goathoon + - one0955 + +numberOfReviewers: 0 + +skipKeywords: + - wip diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml new file mode 100644 index 0000000..71619c8 --- /dev/null +++ b/.github/workflows/auto-assign.yml @@ -0,0 +1,11 @@ +name: Auto Assign + +on: pull_request + +jobs: + add-reviews: + runs-on: ubuntu-latest + steps: + - uses: kentaro-m/auto-assign-action@v1.2.1 + with: + configuration-path: .github/auto-assign.yml