Remove Auto Request Review workflow in favor of CODEOWNERS (#10018)

This commit is contained in:
copilot-swe-agent[bot]
2026-07-16 15:14:54 +00:00
committed by GitHub
parent 3870ae6d65
commit 6b68e1168b
-22
View File
@@ -1,22 +0,0 @@
---
name: "Auto Request Review"
on:
pull_request_target:
types: [opened, ready_for_review, reopened]
permissions:
contents: read
pull-requests: write
jobs:
auto-request-review:
if: github.repository == 'velero-io/velero'
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:
config: .github/auto-assignees.yml
token: ${{ secrets.GITHUB_TOKEN }}