harvester-ui-extension/.github/workflows/auto-assign-reviewer.yaml
Andy Lee 7aae6264f7
Add auto assign reviewer workflow (#346)
Signed-off-by: Andy Lee <andy.lee@suse.com>
2025-06-25 11:13:18 +08:00

16 lines
336 B
YAML

name: "[PR Management] Auto Assign Reviewer"
on:
pull_request_target:
types: [opened, ready_for_review]
permissions:
pull-requests: write
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- uses: rancher/gh-issue-mgr/auto-assign-action@main
with:
configuration-path: .github/auto-assign-config.yaml