mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-21 07:12:21 +00:00
11 lines
275 B
YAML
11 lines
275 B
YAML
name: 'PR Auto Review'
|
|
on:
|
|
pull_request_target:
|
|
jobs:
|
|
pr-auto-review:
|
|
name: PR Auto Review
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Automatically assign reviewers
|
|
if: github.event.action == 'opened'
|
|
uses: kentaro-m/auto-assign-action@v1.2.1 |