Skip to content

Commit

Permalink
Create review.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enbraining authored Dec 28, 2023
1 parent 8a42b4c commit 5df0a65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Review Assign
on:
pull_request:
types: [opened, ready_for_review]

jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: enbraining
reviewers: baekteun

0 comments on commit 5df0a65

Please sign in to comment.