2021-04-21 17:04:04 +00:00
|
|
|
---
|
2021-04-06 17:52:34 +00:00
|
|
|
name: "Auto Request Review"
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
types: [opened, ready_for_review, synchronize, reopened]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
auto-request-review:
|
|
|
|
name: Auto Request Review
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Request a PR review based on files types/paths, and/or groups the author belongs to
|
|
|
|
uses: necojackarc/auto-request-review@v0.5.1
|
|
|
|
with:
|
|
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
2021-04-21 17:04:04 +00:00
|
|
|
config: .github/auto-assignees.yml
|