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 e7fc02c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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 e7fc02c

Please sign in to comment.