mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
12 lines
284 B
YAML
12 lines
284 B
YAML
name: 'Auto Assign PR Reviewers'
|
|
on: pull_request
|
|
|
|
jobs:
|
|
add-reviews:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: kentaro-m/auto-assign-action@v1.1.1
|
|
with:
|
|
configuration-path: ".github/auto_assign.yml"
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|