Skip to content

Commit

Permalink
[NOMERGE] Test an auto-request-review github action
Browse files Browse the repository at this point in the history
  • Loading branch information
zxombie committed Apr 17, 2024
1 parent bed0b21 commit d8d727f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reviewers:
defaults:
- emaste

files:
'**':
- emaste
16 changes: 16 additions & 0 deletions .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Add reviewers based on .github/auto_request_review.yml
name: Auto Request Review

on:
pull_request:
branches: [ main ]

jobs:
auto-request-review:
name: Auto Request Review
runs-on: ubuntu-latest
steps:
- name: Request review based on files changes and/or groups the author belongs to
uses: necojackarc/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d8d727f

Please sign in to comment.