mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
* ci: skip draft PR Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> * ci: fix auto assign Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> * ci: add backport label Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> * fix: remove token Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> --------- Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com>
17 lines
402 B
YAML
17 lines
402 B
YAML
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 |