File tree Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Expand file tree Collapse file tree 2 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ groups :
2+ # Default reviewers for all pull requests.
3+ # Usually, at least on of the maintainers should approve PR before merging.
4+ # The best is if two maintainers do that.
5+ - name : maintainers # name of the group
6+ reviewers : 2 # how many reviewers do you want to assign?
7+ internal_reviewers : 1 # how many reviewers do you want to assign when the PR author belongs to this group?
8+ usernames : # github usernames of the reviewers
9+ - bmagyar
10+ - destogl
11+
12+ # Reviewers group to get broader feedback.
13+ - name : reviewers
14+ reviewers : 5
15+ usernames :
16+ - rosterloh
17+ - kellyprankin
18+ - progtologist
19+ - arne48
20+ - DasRoteSkelett
21+ - a10263790
22+ - Serafadam
23+ - harderthan
24+ - jaron-l
25+ - malapatiravi
26+ - erickisos
27+ - ShawnSchaerer
28+ - Briancbn
29+ - TomoyaFujita2016
30+ - homalozoa
31+ - anfemosa
32+ - jackcenter
33+ - VX792
34+ - mhubii
35+ - livanov93
36+ - aprotyas
37+ - peterdavidfagan
38+ - UsamaHamayun1
39+ - duringhof
40+ - bijoua29
41+ - kasiceo
Original file line number Diff line number Diff line change 1+ name : Reviewer lottery
2+ on :
3+ pull_request_target :
4+ types : [opened, ready_for_review, reopened]
5+
6+ jobs :
7+ test :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - uses : actions/checkout@v1
11+ - uses : uesteibar/reviewer-lottery@v2
12+ with :
13+ repo-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments