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