mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-26 09:42:20 +00:00
ci: add auto reviewer
This commit is contained in:
11
.github/workflows/auto-review.yml
vendored
Normal file
11
.github/workflows/auto-review.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user