Skip to content

Commit

Permalink
Create reviewer-roulette.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
boroboro01 authored Aug 30, 2024
1 parent ae4b0fa commit 3a174da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/reviewer-roulette.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Reviewer Roulette"

on:
pull_request_target:
types: [opened, ready_for_review, reopened]

jobs:
example_assign_reviews:
runs-on: ubuntu-latest
name: An example job to assign reviewers
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Assign random reviewers to PR
uses: ihs7/action-reviewer-roulette@v1
with:
number-of-reviewers: 1

0 comments on commit 3a174da

Please sign in to comment.