mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-05-14 15:01:44 +00:00
(cherry picked from commit 62801b3b1371a221f0c485abe50f22b005155fe7) # Conflicts: # .github/workflows/fossa.yml Co-authored-by: freeze <1615081+Vicente-Cheng@users.noreply.github.com>
18 lines
446 B
YAML
18 lines
446 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@b70f0bdf12a03e5e3f33e4f92ccb6c89deb3ebd9 # main
|
|
with:
|
|
configuration-path: .github/auto-assign-config.yaml
|