mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-02-04 06:51:44 +00:00
* ci: skip draft PR * ci: fix auto assign * ci: add backport label * fix: remove token --------- Signed-off-by: Yi-Ya Chen <yiya.chen@suse.com> (cherry picked from commit ee2869716111d836899efc9965dce29db6506cb6) # Conflicts: # .github/workflows/backport-label.yaml Co-authored-by: Yiya 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 |