Skip to content

Commit

Permalink
auto request review
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jan 19, 2024
1 parent 07d76b4 commit 17c44fd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/reviewers.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
reviewers:
defaults:
- team:sac-tls
- team:sac
17 changes: 17 additions & 0 deletions .github/workflows/auto_request_review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Auto Request Review

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

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 }}
config: .github/reviewers.yml
use_local: true

0 comments on commit 17c44fd

Please sign in to comment.