2022-09-13 10:17:17 +09:00
|
|
|
name: Auto Request Review
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
2022-09-13 10:38:10 +09:00
|
|
|
types: [opened, ready_for_review, reopened]
|
2022-09-13 10:17:17 +09:00
|
|
|
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
|
2022-10-16 22:47:49 -07:00
|
|
|
uses: necojackarc/auto-request-review@b5e81876454003a4ccb9b89cb205c67d77d7035b # v0.8.0, checking sha
|
2022-09-13 10:17:17 +09:00
|
|
|
with:
|
2022-09-13 10:38:10 +09:00
|
|
|
# scope: public_repo
|
2022-09-13 10:17:17 +09:00
|
|
|
token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
|