mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 20:24:02 +00:00
Bumps [necojackarc/auto-request-review](https://github.com/necojackarc/auto-request-review) from 0.7.0 to 0.13.0. - [Release notes](https://github.com/necojackarc/auto-request-review/releases) - [Commits](https://github.com/necojackarc/auto-request-review/compare/v0.7.0...v0.13.0) --- updated-dependencies: - dependency-name: necojackarc/auto-request-review dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
462 B
YAML
18 lines
462 B
YAML
---
|
|
name: "Auto Request Review"
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, ready_for_review, 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.13.0
|
|
with:
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
config: .github/auto-assignees.yml
|