Skip to content

Commit

Permalink
chore(ci): randomly assign 2 reviewers with bot (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-reorg authored Oct 19, 2023
1 parent 55637f8 commit 04d24a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reviewer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Review Assign

on:
pull_request_target:
types: [opened, ready_for_review]

jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
reviewers: ${{ vars.REVIEWERS }}
max-num-of-reviewers: 2

0 comments on commit 04d24a4

Please sign in to comment.