mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-06 01:16:51 +00:00
ci: add auto reviewer
This commit is contained in:
7
.github/auto_assign.yml
vendored
Normal file
7
.github/auto_assign.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
addReviewers: true
|
||||
|
||||
reviewers:
|
||||
- EvolutionX-10
|
||||
- jacoobes
|
||||
|
||||
numberOfReviewers: 0
|
||||
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