mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-06-10 00:03:10 +00:00
Add Abbie to PR review requests
Signed-off-by: Carlisia <carlisia@vmware.com>
This commit is contained in:
6
.github/workflows/auto_assign_prs.yml
vendored
6
.github/workflows/auto_assign_prs.yml
vendored
@@ -1,4 +1,5 @@
|
||||
name: "Auto Assign PR Reviewers"
|
||||
name: "Auto Assign Author"
|
||||
|
||||
# pull_request_target means that this will run on pull requests, but in the context of the base repo.
|
||||
# This should mean PRs from forks are supported.
|
||||
on:
|
||||
@@ -10,7 +11,8 @@ jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set the author of a PR as the assignee
|
||||
- uses: kentaro-m/auto-assign-action@v1.1.1
|
||||
with:
|
||||
configuration-path: ".github/auto_assign.yml"
|
||||
configuration-path: ".github/assign_author.yml"
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
16
.github/workflows/auto_request_review.yml
vendored
Normal file
16
.github/workflows/auto_request_review.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "Auto Request Review"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, ready_for_review, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
auto-request-review:
|
||||
name: Auto Request Review
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Request a PR review based on files types/paths, and/or groups the author belongs to
|
||||
uses: necojackarc/auto-request-review@v0.5.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
config: .github/reviewers.yml
|
||||
Reference in New Issue
Block a user