mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-08-15 19:56:06 +00:00
Auto-assign github PR reviewers and assignee (#2758)
Use a GitHub Action to automatically assign GitHub PRs to the author, as well as add reviewers. Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
addReviewers: true
|
||||
addAssignees: author
|
||||
|
||||
reviewers:
|
||||
- nrb
|
||||
- ashish-amarnath
|
||||
- carlisia
|
||||
@@ -0,0 +1,9 @@
|
||||
name: 'Auto Assign PRs'
|
||||
on: pull_request
|
||||
|
||||
jobs: add-reviewers:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.1.1
|
||||
with:
|
||||
configuration-path: ".github/auto_assign.yml"
|
||||
Reference in New Issue
Block a user