Skip to content

Commit

Permalink
Feat > PR assignee auto-assign 추가
Browse files Browse the repository at this point in the history
마켓 플레이스 사용
  • Loading branch information
wnso-kim authored Mar 1, 2024
1 parent 128f420 commit dca475d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Assign Action

on:
pull_request:
types: [opened, ready_for_review]

jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }} # assign pull request author
reviewers: foo, bar, baz # if draft, assigned when draft is released

0 comments on commit dca475d

Please sign in to comment.